summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2009-12-14 12:43:48 +0000
committeruebayasi <uebayasi@NetBSD.org>2009-12-14 12:43:48 +0000
commitcf77f58787090283da8b94a1a87ea7c2618cb7a5 (patch)
treecaee00d09465fa74cb449c7e657e176968bd2342 /Makefile
parent75a942077320485baff15647bc98bcdb1c6f125d (diff)
downloadbsdgames-darwin-cf77f58787090283da8b94a1a87ea7c2618cb7a5.tar.gz
bsdgames-darwin-cf77f58787090283da8b94a1a87ea7c2618cb7a5.tar.zst
bsdgames-darwin-cf77f58787090283da8b94a1a87ea7c2618cb7a5.zip
Conditionalize some build directories by ${MKCXX}.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 08a39b61..fbaaebe1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,23 @@
-# $NetBSD: Makefile,v 1.24 2006/01/24 19:01:45 elad Exp $
+# $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 \
- dab dm factor fish fortune gomoku \
+ 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>