diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 11:22:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 11:22:13 +0800 |
commit | c5ba6a263c35312641f140079b0427e4b4695fa2 (patch) | |
tree | 837303a3c4e3fcf75ed953503c8c2c9ea7aa4440 /games | |
parent | c086eec72409403ee09314afd19cac328f2b7914 (diff) | |
download | freebsd-ports-gnome-c5ba6a263c35312641f140079b0427e4b4695fa2.tar.gz freebsd-ports-gnome-c5ba6a263c35312641f140079b0427e4b4695fa2.tar.zst freebsd-ports-gnome-c5ba6a263c35312641f140079b0427e4b4695fa2.zip |
Add connect4.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 1366f8c667c2..64eba42d5642 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.69 1997/06/04 01:38:38 asami Exp $ +# $Id: Makefile,v 1.70 1997/06/04 02:32:23 asami Exp $ # SUBDIR += acm @@ -6,6 +6,7 @@ SUBDIR += angband SUBDIR += block SUBDIR += cgoban + SUBDIR += connect4 SUBDIR += cosmo SUBDIR += crossfire SUBDIR += dontspace |