use -d99.100 to avoid dropping into background
[unix-history] / usr / src / games / boggle / Makefile
CommitLineData
39d74e78 1# @(#)Makefile 8.1 (Berkeley) %G%
ae3265f7
KB
2
3SUBDIR= boggle mkdict mkindex
4
5beforeinstall:
6 mkdict/obj/mkdict < /usr/share/dict/words > \
7 ${DESTDIR}/usr/share/games/boggle/dictionary
8 mkindex/obj/mkindex < ${DESTDIR}/usr/share/games/boggle/dictionary > \
9 ${DESTDIR}/usr/share/games/boggle/dictindex
10 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictionary
11 chmod 444 ${DESTDIR}/usr/share/games/boggle/dictionary
12 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictindex
13 chmod 444 ${DESTDIR}/usr/share/games/boggle/dictindex
14
15.include <bsd.subdir.mk>