diff options
author | mph <mph@FreeBSD.org> | 1998-06-04 10:38:32 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-04 10:38:32 +0800 |
commit | c81009c34428f5ae397fdf8e47b4c96473ea846f (patch) | |
tree | 5106a579062ff39ebe0b65c26747d92a745606f0 | |
parent | 1e0bca3a0cb6f1bade085df2d481c2c1552c8839 (diff) | |
download | freebsd-ports-gnome-c81009c34428f5ae397fdf8e47b4c96473ea846f.tar.gz freebsd-ports-gnome-c81009c34428f5ae397fdf8e47b4c96473ea846f.tar.zst freebsd-ports-gnome-c81009c34428f5ae397fdf8e47b4c96473ea846f.zip |
Activate crafty-open-{small,medium,large}.
-rw-r--r-- | games/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index a46f5be9a219..6659be4a69cc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.142 1998/05/20 07:59:26 tg Exp $ +# $Id: Makefile,v 1.143 1998/06/01 04:55:11 mph Exp $ # SUBDIR += 3dc @@ -17,6 +17,9 @@ SUBDIR += connect4 SUBDIR += cosmo SUBDIR += crafty + SUBDIR += crafty-open-small + SUBDIR += crafty-open-medium + SUBDIR += crafty-open-large SUBDIR += crossfire SUBDIR += dontspace SUBDIR += doom |