tools/llvm: Do not build with symbols
[minix3.git] / games / Makefile
blobca51c2915a2b7d35327718ee4f36365e83bb9659
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 SUBDIR= adventure arithmetic \
11 bcd \
12 colorbars \
13 factor fortune \
14 monop morse number \
15 pig ppt primes \
16 random tetris \
17 wargames
19 .if !defined(__MINIX)
20 .if ${MKCXX} != "no"
21 SUBDIR+= dab
22 .endif
23 .endif # !defined(__MINIX)
25 .include <bsd.subdir.mk>