diff options
author | asami <asami@FreeBSD.org> | 1997-05-21 03:35:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-21 03:35:51 +0000 |
commit | c46eb4c6e3407ec9971271ddcb7519eb6813e099 (patch) | |
tree | 82497beecfe3288e7ce4412a1ebfe4b6c30fe2ca /games | |
parent | 2958d02dd1211b37ccb12d9ed1adb6e85273da7e (diff) | |
download | FreeBSD-ports-c46eb4c6e3407ec9971271ddcb7519eb6813e099.zip FreeBSD-ports-c46eb4c6e3407ec9971271ddcb7519eb6813e099.tar.gz |
Added block.
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 79d8b35..fd9e121 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.64 1997/04/27 14:28:49 max Exp $ +# $Id: Makefile,v 1.65 1997/05/07 07:45:48 tg Exp $ # SUBDIR += acm SUBDIR += an SUBDIR += angband + SUBDIR += block SUBDIR += cgoban SUBDIR += crossfire SUBDIR += dontspace |