minix/games/Makefile
Christopher Simons 081c95a7f4 import games/worm from NetBSD
closes #262

Change-Id: I63674a1e5457bbb3d30708e12f25c30487d70324
2018-10-27 16:56:17 +02:00

27 lines
524 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>
#MINIX: Not everything yet
SUBDIR= adventure arithmetic \
banner bcd \
colorbars caesar \
factor fish fortune \
monop morse number \
pig ppt primes \
rain random rogue snake tetris \
wargames worm worms wtf
.if !defined(__MINIX)
.if ${MKCXX} != "no"
SUBDIR+= dab
.endif
.endif # !defined(__MINIX)
.include <bsd.subdir.mk>