summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2000-01-23 21:55:44 +0000
committermycroft <mycroft@NetBSD.org>2000-01-23 21:55:44 +0000
commit0ff1026f6a36bb2f1361e28587eb616b59c0ca41 (patch)
treedabea2a441f96c257ec1bf31c8a805adf4786f8b /boggle
parentf8b06dd752473c66a6e6d145d601fcf3a7fa4c08 (diff)
downloadbsdgames-darwin-0ff1026f6a36bb2f1361e28587eb616b59c0ca41.tar.gz
bsdgames-darwin-0ff1026f6a36bb2f1361e28587eb616b59c0ca41.tar.zst
bsdgames-darwin-0ff1026f6a36bb2f1361e28587eb616b59c0ca41.zip
More .mk file fallout. *sigh*
Diffstat (limited to 'boggle')
-rw-r--r--boggle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index 75745bfe..3a5f86c7 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/02/13 02:54:20 lukem Exp $
+# $NetBSD: Makefile,v 1.16 2000/01/23 22:08:53 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
.include <bsd.own.mk>
@@ -17,7 +17,7 @@ FILESDIR=/usr/share/games/boggle
.endif
CLEANFILES+=${DICTFILES}
-all: ${FILES}
+realall: ${FILES}
${MKDICT}:
@cd ${.CURDIR}/mkdict && ${MAKE}