diff options
author | Warner Losh <imp@FreeBSD.org> | 1998-12-24 05:51:21 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1998-12-24 05:51:21 +0000 |
commit | 679ed33c5afe34b7720791f86d2f329f6c89950d (patch) | |
tree | 364fd6a9c5dab2e8f17911c1de10997e5a6cc22c /games/Makefile | |
parent | 747178be68dd8a366c0c8d6045fccefcc595766a (diff) |
Add the seahaven towers game. This is yet another solitare games, but
this one makes you think. While an implementation exists in pysol,
this one is better in many subtle ways.
Notes
Notes:
svn path=/head/; revision=15550
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index d1effeb0d3fa..3e17265e17d5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.175 1998/12/14 21:44:03 jseger Exp $ +# $Id: Makefile,v 1.176 1998/12/17 14:36:06 flathill Exp $ # SUBDIR += 3dc @@ -69,6 +69,7 @@ SUBDIR += qstat SUBDIR += quakeserver SUBDIR += seabattle + SUBDIR += seahaven SUBDIR += sokoban SUBDIR += spellcast SUBDIR += spider |