X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/b96fca2ba7b3d33a5d597e01aa9c5bc7752e84e8..08f9fa6c4de91d3042c5cd9d369b1e0c8c8eb080:/Makefile

diff --git a/Makefile b/Makefile
index ed5bbe9a..338af66d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,23 @@
-#	from: @(#)Makefile	5.15.1.2 (Berkeley) 5/8/91
-#	$Id: Makefile,v 1.7 1994/10/21 20:59:34 jtc Exp $
+#	$NetBSD: Makefile,v 1.29 2013/11/12 17:46:20 mbalmer Exp $
+#	@(#)Makefile	8.3 (Berkeley) 7/24/94
 
-#Missing: dungeon hunt phantasia warp 
+# Missing: dungeon warp
+# Moved: chess
+# Don't belong: xneko xroach
 
-SUBDIR=	adventure arithmetic atc backgammon banner battlestar bcd boggle \
-	caesar canfield ching cribbage dm factor fish fortune hack hangman \
-	larn mille monop morse number pig pom ppt primes quiz rain robots \
-	rogue sail snake tetris trek wargames worm worms wump
+.include <bsd.own.mk>
+
+SUBDIR=	adventure arithmetic atc \
+	backgammon banner battlestar bcd boggle \
+	caesar canfield cgram ching colorbars countmail cribbage \
+	dm factor fish fortune gomoku \
+	hack hals_end 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>