diff options
-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 |