xref: /dragonfly/games/boggle/Makefile (revision 0ccdae7f)
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