diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 04:48:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 04:48:28 +0000 |
commit | 921a32b9cd5e1f0da8898c1d73fd9fb582bfb958 (patch) | |
tree | 29bc81e64911e52729e3f5efbfd20b9cd0db3131 | |
parent | 0f43f15311f5367aa57fc30c5104535d093ab130 (diff) |
Activate gemdropx.
Notes
Notes:
svn path=/head/; revision=10702
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index ef0bdfd45f01..88f5c463028f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.123 1998/04/27 03:52:09 mph Exp $ +# $Id: Makefile,v 1.124 1998/04/27 04:37:06 mph Exp $ # SUBDIR += 3dpong @@ -20,6 +20,7 @@ SUBDIR += flying SUBDIR += freeciv SUBDIR += galaxis + SUBDIR += gemdropx SUBDIR += gnuchess SUBDIR += gnugo SUBDIR += gnushogi |