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