1 .PATH
: ${.CURDIR
}/..
/boggle
3 # XXX better word list selection
4 .if exists
(${.CURDIR
}/..
/..
/..
/share
/dict
/web2
)
5 BOOGLEWORDS?
= ${.CURDIR
}/..
/..
/..
/share
/dict
/web2
7 BOOGLEWORDS?
= /usr
/share
/dict
/words
10 FILES
= dictindex dictionary helpfile
11 FILESDIR
= ${SHAREDIR}/games
/boggle
13 CLEANFILES
= dictindex dictionary
16 ${.OBJDIR
}/..
/mkdict
/mkdict.nx
< ${BOOGLEWORDS} > ${.TARGET
}
19 ${.OBJDIR
}/..
/mkindex
/mkindex.nx
< ${.ALLSRC
} > ${.TARGET
}
21 .
include <bsd.prog.mk
>