summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-10-21 20:59:34 +0000
committerjtc <jtc@NetBSD.org>1994-10-21 20:59:34 +0000
commitb96fca2ba7b3d33a5d597e01aa9c5bc7752e84e8 (patch)
tree98036b16fe88827588822474515ceb002d4e650f /Makefile
parent59d081ebf54dd031de27738cf8fa17341ee4cbf0 (diff)
downloadbsdgames-darwin-b96fca2ba7b3d33a5d597e01aa9c5bc7752e84e8.tar.gz
bsdgames-darwin-b96fca2ba7b3d33a5d597e01aa9c5bc7752e84e8.tar.zst
bsdgames-darwin-b96fca2ba7b3d33a5d597e01aa9c5bc7752e84e8.zip
Added adventure, boggle, and ching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 55d17e73..ed5bbe9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.15.1.2 (Berkeley) 5/8/91
-# $Id: Makefile,v 1.6 1994/05/06 07:19:19 cgd Exp $
+# $Id: Makefile,v 1.7 1994/10/21 20:59:34 jtc Exp $
-#Missing: adventure boggle ching dungeon hunt phantasia warp
+#Missing: dungeon hunt phantasia warp
-SUBDIR= arithmetic atc backgammon banner battlestar bcd caesar canfield \
- 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
+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.subdir.mk>