diff options
Diffstat (limited to 'fortune/datfiles/Makefile')
| -rw-r--r-- | fortune/datfiles/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index 0c0a3fdc..321db3c4 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1997/03/24 22:15:43 christos Exp $ +# $NetBSD: Makefile,v 1.19 1997/05/07 07:15:35 mycroft Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 .include <bsd.own.mk> # for INSTALL_OFFENSIVE_FORTUNES @@ -22,8 +22,7 @@ TYPE= fake CLEANFILES+=${DATFILES} STRFILE!=cd $(.CURDIR)/../strfile; \ - printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | \ - ${MAKE} -r -s -f - xxx | grep strfile + printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/strfile\n" | ${MAKE} -s -f- FILES=${SRCFILES} ${DATFILES} FILESDIR=/usr/share/games/fortune |
