summaryrefslogtreecommitdiffstats
path: root/boggle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/Makefile')
-rw-r--r--boggle/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index 26929987..75745bfe 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.14 1998/11/09 15:30:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 1999/02/13 02:54:20 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
+.include <bsd.own.mk>
+
SUBDIR= boggle mkdict mkindex
MKDICT!=cd $(.CURDIR)/mkdict; \
@@ -9,7 +11,7 @@ MKINDEX!=cd $(.CURDIR)/mkindex; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkindex\n" | ${MAKE} -s -f-
WORDS=${.CURDIR}/../../share/dict/web2
DICTFILES=${.OBJDIR}/dictionary ${.OBJDIR}/dictindex
-.if !defined(NOSHARE)
+.if ${MKSHARE} != "no"
FILES=${DICTFILES}
FILESDIR=/usr/share/games/boggle
.endif