summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2005-06-30 15:35:17 +0000
committerperry <perry@NetBSD.org>2005-06-30 15:35:17 +0000
commitf48342524980f49dfc1142b5a48b89ec593d7e11 (patch)
treef6e40bb72e7b8c0574cd7415e40a803ffdc6dd8d /Makefile
parent0df26654ae82ce5f9c6df1841860503a5b0e0c9d (diff)
downloadbsdgames-darwin-f48342524980f49dfc1142b5a48b89ec593d7e11.tar.gz
bsdgames-darwin-f48342524980f49dfc1142b5a48b89ec593d7e11.tar.zst
bsdgames-darwin-f48342524980f49dfc1142b5a48b89ec593d7e11.zip
add ching, and also break up the SUBDIR line a bit more to make future
additions easier. now if we could only get "dungeon"...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9fba00cb..62c6d88c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.21 2003/12/26 17:59:13 christos Exp $
+# $NetBSD: Makefile,v 1.22 2005/06/30 15:35:17 perry Exp $
# @(#)Makefile 8.3 (Berkeley) 7/24/94
-# Missing: ching dungeon warp
+# Missing: dungeon warp
# Moved: chess
# Don't belong: xneko xroach
-SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \
- caesar canfield countmail cribbage dab 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
+SUBDIR= adventure arithmetic atc \
+ backgammon banner battlestar bcd boggle \
+ caesar canfield ching countmail cribbage \
+ dab 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
.include <bsd.subdir.mk>