diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 02:01:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 02:01:04 +0000 |
commit | 3678153de035f899ae7e8a9a69ce4647d84221b3 (patch) | |
tree | 5b542608f907b839d07f5d41e33b47ae8db86588 /games/Makefile | |
parent | 7a4cf3fd78ff0843a522986ecd08f39a2e73af65 (diff) | |
download | pkgsrc-3678153de035f899ae7e8a9a69ce4647d84221b3.tar.gz |
Add and enable gnuchess-book-{chess,medium,small}.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index bb0a11dc8f6..ad1235cf92b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2000/08/29 10:13:45 jdc Exp $ +# $NetBSD: Makefile,v 1.93 2000/10/15 02:01:04 jlam Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -28,6 +28,9 @@ SUBDIR += gnome-chess SUBDIR += gnome-games SUBDIR += gnuchess + SUBDIR += gnuchess-book-chess + SUBDIR += gnuchess-book-medium + SUBDIR += gnuchess-book-small SUBDIR += gnuchess4 SUBDIR += gnugo SUBDIR += golddig |