xref: /minix/games/Makefile (revision 081c95a7)
1#	$NetBSD: Makefile,v 1.29 2013/11/12 17:46:20 mbalmer Exp $
2#	@(#)Makefile	8.3 (Berkeley) 7/24/94
3
4# Missing: dungeon warp
5# Moved: chess
6# Don't belong: xneko xroach
7
8.include <bsd.own.mk>
9
10#MINIX: Not everything yet
11SUBDIR=	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
19
20.if !defined(__MINIX)
21.if ${MKCXX} != "no"
22SUBDIR+=	dab
23.endif
24.endif # !defined(__MINIX)
25
26.include <bsd.subdir.mk>
27