diff options
author | tron <tron@pkgsrc.org> | 1998-08-04 21:05:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-04 21:05:08 +0000 |
commit | ba2cd2353bc0cf9b20931c89cba120f2f6f0ba70 (patch) | |
tree | f372c037980b910f66cfd8c5c177f5b0b0ea2903 | |
parent | 453426a6436df43d638089c48762ca8404ab9c7d (diff) | |
download | pkgsrc-ba2cd2353bc0cf9b20931c89cba120f2f6f0ba70.tar.gz |
Add and enable "battleball", fixes PR pkg/5851.
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index ea56e335dcf..beba6e5e981 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/08/03 18:45:42 tron Exp $ +# $NetBSD: Makefile,v 1.25 1998/08/04 21:05:08 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -6,6 +6,7 @@ # SUBDIR += agm # SUBDIR += an # SUBDIR += angband + SUBDIR += battleball # SUBDIR += block # SUBDIR += blue # SUBDIR += bs |