diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-12-29 18:50:37 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-12-29 18:50:37 +0000 |
commit | 7cbcf7fe5614a1c63fa6b1595e0127e0573156a6 (patch) | |
tree | 28cc33264c235dc23a595642e6b972027acc66d9 /games/Makefile | |
parent | Import of the "rock" opening book for the Crafty chess program. (diff) |
Activate crafty-open-rock. Sorted lexically, which is no longer the
same as sorting by decreasing size.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 1152166e948d..40d1cfd281bb 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.177 1998/12/24 05:51:20 imp Exp $ +# $Id: Makefile,v 1.178 1998/12/24 07:23:57 steve Exp $ # SUBDIR += 3dc @@ -24,6 +24,7 @@ SUBDIR += crafty SUBDIR += crafty-open-large SUBDIR += crafty-open-medium + SUBDIR += crafty-open-rock SUBDIR += crafty-open-small SUBDIR += crossfire SUBDIR += dontspace |