diff options
author | dillo <dillo@pkgsrc.org> | 2003-08-16 14:29:48 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-08-16 14:29:48 +0000 |
commit | bc98252f968ab12d39b33c70b897efde6f1399ee (patch) | |
tree | 99af0456b4bb37de5230047e89d76c4c6479a6af | |
parent | 2c1bad94f02bb37e1a50b3f1f2705c7fdc2c2622 (diff) | |
download | pkgsrc-bc98252f968ab12d39b33c70b897efde6f1399ee.tar.gz |
add and enable zoom
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 9013debd2e6..e51825e6d8d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2003/07/31 21:28:27 wiz Exp $ +# $NetBSD: Makefile,v 1.179 2003/08/16 14:29:48 dillo Exp $ # COMMENT= Games @@ -200,5 +200,6 @@ SUBDIR+= xvier SUBDIR+= xworm SUBDIR+= xzip SUBDIR+= zombies +SUBDIR+= zoom .include "../mk/bsd.pkg.subdir.mk" |