summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1996-12-28 18:56:57 +0000
committertls <tls@NetBSD.org>1996-12-28 18:56:57 +0000
commit83d87cc2642c6958b99e98c44891b486b944c6fe (patch)
tree50813bf70d9f7fc032982ac561363bd554a6fc20 /Makefile
parent13b5b0009082f9bc2c991c326ca650178761bdff (diff)
downloadbsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.tar.gz
bsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.tar.zst
bsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.zip
add gomoku game, from 4.4BSD-Lite2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 12332193..afcb5824 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1995/03/25 22:53:48 cgd Exp $
+# $NetBSD: Makefile,v 1.12 1996/12/28 18:59:05 tls Exp $
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# Missing: ching dungeon hunt warp
@@ -6,9 +6,9 @@
# Don't belong: xneko xroach
SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \
- caesar canfield cribbage dm factor fish fortune hack hangman \
- larn mille monop morse number phantasia pig pom ppt primes quiz \
- rain random robots rogue sail snake tetris trek wargames worm worms \
- wump
+ caesar canfield cribbage dm factor fish fortune gomoku hack \
+ hangman larn mille monop morse number phantasia pig pom ppt primes \
+ quiz rain random robots rogue sail snake tetris trek wargames worm \
+ worms wump
.include <bsd.subdir.mk>