Bring in OpenBSD's boggle(6).
[dragonfly.git] / games / boggle / Makefile
1 #       $OpenBSD: Makefile,v 1.4 2003/04/10 22:42:29 millert Exp $
2
3 SUBDIR=         boggle
4
5 # Only if building the dictionary
6 .if !defined(NO_SHARE)
7 SUBDIR+=        mkdict mkindex dictfiles
8 .endif
9
10 .include <bsd.subdir.mk>