kernel - Implement spectre mitigations part 4 (cleanup)
[dragonfly.git] / games / boggle / Makefile
blobf4b3fd355f4d4341bb67245a034ae82da80d7ea4
1 # $OpenBSD: Makefile,v 1.4 2003/04/10 22:42:29 millert Exp $
3 SUBDIR= boggle
5 # Only if building the dictionary
6 .if !defined(NO_SHARE)
7 SUBDIR+= mkdict mkindex dictfiles
8 .endif
10 .include <bsd.subdir.mk>