minix/games/Makefile
Thomas Cort 7b1dfc682a Importing games/colorbars
No Minix specific changes needed.

Change-Id: Id853551c7d19adc68cfc76ddc353bccf0510387a
2014-07-28 17:05:50 +02:00

26 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.29 2013/11/12 17:46:20 mbalmer Exp $
# @(#)Makefile 8.3 (Berkeley) 7/24/94
# Missing: dungeon warp
# Moved: chess
# Don't belong: xneko xroach
.include <bsd.own.mk>
SUBDIR= adventure arithmetic \
bcd \
colorbars \
factor fortune \
monop morse number \
pig ppt primes \
random tetris \
wargames
.if !defined(__MINIX)
.if ${MKCXX} != "no"
SUBDIR+= dab
.endif
.endif # !defined(__MINIX)
.include <bsd.subdir.mk>