summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-04-30 20:07:40 +0000
committerchristos <christos@NetBSD.org>1997-04-30 20:07:40 +0000
commitaef7d5918e8f8786a8252f38fe11a8ba589eb004 (patch)
tree9def79f4067394ec7f43562a866545bee944d2d3 /boggle
parent38597c2f2901170018fe3fba1134e905472e1747 (diff)
downloadbsdgames-darwin-aef7d5918e8f8786a8252f38fe11a8ba589eb004.tar.gz
bsdgames-darwin-aef7d5918e8f8786a8252f38fe11a8ba589eb004.tar.zst
bsdgames-darwin-aef7d5918e8f8786a8252f38fe11a8ba589eb004.zip
PR/3557: Dave Huang: use web2 not web2a
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 8accb197..6b5b161c 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1997/04/01 15:25:52 christos Exp $
+# $NetBSD: Makefile,v 1.10 1997/04/30 20:07:40 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
@@ -9,7 +9,7 @@ MKDICT!=cd $(.CURDIR)/mkdict; \
MKINDEX!=cd $(.CURDIR)/mkindex; \
printf "xxx:\n\techo \$${.OBJDIR}/mkindex\n" | \
${MAKE} -r -s -f - xxx | grep mkindex
-WORDS=${.CURDIR}/../../share/dict/web2a
+WORDS=${.CURDIR}/../../share/dict/web2
FILES=dictionary dictindex
FILESDIR=/usr/share/games/boggle
CLEANFILES+=${FILES}