summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:33:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:33:49 +0000
commitfe531b6097e6150ed70594e983356be6599d1575 (patch)
treee7690503ff83fec4d8db045545e287ef952e2979 /games
parentSpider, a double-decked solitaire game. Gosh, I forgot who I got this (diff)
Added spider.
Notes
Notes: svn path=/head/; revision=2232
Diffstat (limited to 'games')
-rw-r--r--games/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index 38b4483f5acc..76c195ce20f4 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.28 1995/08/28 07:46:55 asami Exp $
+# $Id: Makefile,v 1.29 1995/09/12 10:31:00 asami Exp $
#
SUBDIR += acm
@@ -7,6 +7,7 @@
SUBDIR += jetpack
SUBDIR += nethack
SUBDIR += oneko
+ SUBDIR += spider
SUBDIR += tksol
SUBDIR += xasteroids
SUBDIR += xbill