[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games

File: [cvs.NetBSD.org] / src / games / Makefile (download)

Revision 1.25, Mon Dec 14 12:43:48 2009 UTC (14 years, 4 months ago) by uebayasi
Branch: MAIN
Changes since 1.24: +8 -2 lines

Conditionalize some build directories by ${MKCXX}.

#	$NetBSD: Makefile,v 1.25 2009/12/14 12:43:48 uebayasi 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 atc \
	backgammon banner battlestar bcd boggle \
	caesar canfield ching countmail cribbage \
	dm factor fish fortune gomoku \
	hack hangman hunt larn mille monop morse number \
	phantasia pig pom ppt primes quiz \
	rain random robots rogue sail snake tetris trek \
	wargames worm worms wtf wump

.if ${MKCXX} != "no"
SUBDIR=	dab 
.endif

.include <bsd.subdir.mk>