summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-05-07 07:15:34 +0000
committermycroft <mycroft@NetBSD.org>1997-05-07 07:15:34 +0000
commit3f4711deb604fdbb8f285bb0adefae65ea023b5c (patch)
treea93a566413cf8de2a3c782e954e5519026a198de /fortune/datfiles/Makefile
parent816170634945f0b13dba1909713a37fb4de7e850 (diff)
downloadbsdgames-darwin-3f4711deb604fdbb8f285bb0adefae65ea023b5c.tar.gz
bsdgames-darwin-3f4711deb604fdbb8f285bb0adefae65ea023b5c.tar.zst
bsdgames-darwin-3f4711deb604fdbb8f285bb0adefae65ea023b5c.zip
Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile5
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