dictionary from the sources.
- Don't depend on the locally built indexing programs to build the dictionaries.
-# $NetBSD: Makefile,v 1.7 1997/03/24 22:15:38 christos Exp $
+# $NetBSD: Makefile,v 1.8 1997/04/01 11:42:34 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
printf "xxx:\n\techo \$${.OBJDIR}/mkdict\n" | ${MAKE} -r -s -f - xxx
MKINDEX!=cd $(.CURDIR)/mkindex; \
printf "xxx:\n\techo \$${.OBJDIR}/mkindex\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkdict\n" | ${MAKE} -r -s -f - xxx
MKINDEX!=cd $(.CURDIR)/mkindex; \
printf "xxx:\n\techo \$${.OBJDIR}/mkindex\n" | ${MAKE} -r -s -f - xxx
-WORDS=${DESTDIR}/usr/share/dict/words
+WORDS=${.CURDIR}/../../share/dict/web2a
FILES=dictionary dictindex
FILESDIR=/usr/share/games/boggle
CLEANFILES+=${FILES}
FILES=dictionary dictindex
FILESDIR=/usr/share/games/boggle
CLEANFILES+=${FILES}
${MKDICT} ${MKINDEX}: ${SUBDIR}
${MKDICT} ${MKINDEX}: ${SUBDIR}
-dictionary: ${MKDICT} ${WORDS}
rm -f ${.TARGET}
${MKDICT} < ${WORDS} > ${.TARGET}
rm -f ${.TARGET}
${MKDICT} < ${WORDS} > ${.TARGET}
-dictindex: ${MKINDEX} dictionary
rm -f ${.TARGET}
${MKINDEX} < dictionary > ${.TARGET}
rm -f ${.TARGET}
${MKINDEX} < dictionary > ${.TARGET}