diff options
author | tg <tg@FreeBSD.org> | 1997-05-07 15:45:48 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-05-07 15:45:48 +0800 |
commit | 3c24c287feb50388f07a265ea78ab9405ead3c82 (patch) | |
tree | 900093ae37dec12cd27f9978de2bbe46dd23f486 /games | |
parent | b37791d8eea0d475b5f7c86dcf196265fae0b48d (diff) | |
download | freebsd-ports-gnome-3c24c287feb50388f07a265ea78ab9405ead3c82.tar.gz freebsd-ports-gnome-3c24c287feb50388f07a265ea78ab9405ead3c82.tar.zst freebsd-ports-gnome-3c24c287feb50388f07a265ea78ab9405ead3c82.zip |
Add klondike and dontspace.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 53969aa951cd..79d8b35aca07 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.63 1997/04/06 02:46:48 andreas Exp $ +# $Id: Makefile,v 1.64 1997/04/27 14:28:49 max Exp $ # SUBDIR += acm @@ -6,6 +6,7 @@ SUBDIR += angband SUBDIR += cgoban SUBDIR += crossfire + SUBDIR += dontspace SUBDIR += doom SUBDIR += flying SUBDIR += gnuchess @@ -14,6 +15,7 @@ SUBDIR += golddig SUBDIR += imaze SUBDIR += jetpack + SUBDIR += klondike SUBDIR += lincity SUBDIR += nethack SUBDIR += nethack-qt |