diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-27 09:54:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-27 09:54:05 +0000 |
commit | 6391d120175decac2eedfaa12ca8a46deb59cd3e (patch) | |
tree | 8dfac1971f34c1007101a3bec32da17f96a23199 | |
parent | Correct the MASTER_SITE. (diff) |
Activate ksnake.
Notes
Notes:
svn path=/head/; revision=9202
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 43f0fa3db28e..b42b461e9357 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.92 1997/12/03 03:44:01 asami Exp $ +# $Id: Makefile,v 1.93 1997/12/27 09:29:52 vanilla Exp $ # SUBDIR += acm @@ -27,6 +27,7 @@ SUBDIR += kdegames SUBDIR += klondike SUBDIR += kmines + SUBDIR += ksnake SUBDIR += ktamaga SUBDIR += lincity SUBDIR += nethack |