summaryrefslogtreecommitdiffstats
path: root/boggle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/Makefile')
-rw-r--r--boggle/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index 712ec038..60834e06 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1997/10/11 09:34:16 mycroft Exp $
+# $NetBSD: Makefile,v 1.13 1998/09/29 07:33:20 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
@@ -8,9 +8,12 @@ MKDICT!=cd $(.CURDIR)/mkdict; \
MKINDEX!=cd $(.CURDIR)/mkindex; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkindex\n" | ${MAKE} -s -f-
WORDS=${.CURDIR}/../../share/dict/web2
-FILES=dictionary dictindex
+DICTFILES=dictionary dictindex
+.if !defined(NOSHARE)
+FILES=${DICTFILES}
FILESDIR=/usr/share/games/boggle
-CLEANFILES+=${FILES}
+.endif
+CLEANFILES+=${DICTFILES}
all: ${FILES}