Remove building with NOCRYPTO option
[minix.git] / games / Makefile
blob64d8422dc25c2554c5597f3bd745924d106c0770
1 # $NetBSD: Makefile,v 1.29 2013/11/12 17:46:20 mbalmer Exp $
2 # @(#)Makefile 8.3 (Berkeley) 7/24/94
4 # Missing: dungeon warp
5 # Moved: chess
6 # Don't belong: xneko xroach
8 .include <bsd.own.mk>
10 #MINIX: Not everything yet
11 SUBDIR= adventure arithmetic \
12 banner bcd \
13 colorbars caesar \
14 factor fish fortune \
15 monop morse number \
16 pig ppt primes \
17 rain random rogue snake tetris \
18 wargames worm worms wtf
20 .if !defined(__MINIX)
21 .if ${MKCXX} != "no"
22 SUBDIR+= dab
23 .endif
24 .endif # !defined(__MINIX)
26 .include <bsd.subdir.mk>