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 | ee6a2fdada19e71880cb75278db66ded2406f22c (patch) | |
tree | 99af0456b4bb37de5230047e89d76c4c6479a6af /games/Makefile | |
parent | 1f30ab742892cbb02945cc45cf606f052f3144f8 (diff) | |
download | pkgsrc-ee6a2fdada19e71880cb75278db66ded2406f22c.tar.gz |
add and enable zoom
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 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" |