diff options
Diffstat (limited to 'fortune/datfiles')
| -rw-r--r-- | fortune/datfiles/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index d46a0bb4..0c0a3fdc 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1996/12/23 01:14:34 cgd Exp $ +# $NetBSD: Makefile,v 1.18 1997/03/24 22:15:43 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 .include <bsd.own.mk> # for INSTALL_OFFENSIVE_FORTUNES @@ -25,13 +25,10 @@ STRFILE!=cd $(.CURDIR)/../strfile; \ printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | \ ${MAKE} -r -s -f - xxx | grep strfile -all: ${DATFILES} +FILES=${SRCFILES} ${DATFILES} +FILESDIR=/usr/share/games/fortune -install: - (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${SRCFILES} ${DESTDIR}/usr/share/games/fortune) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${DATFILES} ${DESTDIR}/usr/share/games/fortune +all: ${DATFILES} # Normal fortunes: build directly from data files. |
