diff options
author | tsarna <tsarna> | 1998-12-12 17:39:47 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-12-12 17:39:47 +0000 |
commit | 5f50a57c22a20646bb707ac65d66762b58fdafb7 (patch) | |
tree | 93dc899d873ebec39ee7dc16040530b61aca6568 /www/Makefile | |
parent | 95e58d39e3076508132f95535113fda927023fa5 (diff) | |
download | pkgsrc-5f50a57c22a20646bb707ac65d66762b58fdafb7.tar.gz |
Enable zope
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 013e118593a..0bc40b57685 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/12/05 16:27:51 tv Exp $ +# $NetBSD: Makefile,v 1.25 1998/12/12 17:39:47 tsarna Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -62,5 +62,6 @@ # SUBDIR += wwwcount SUBDIR += wwwoffle # SUBDIR += wwwstat + SUBDIR += zope .include "../mk/bsd.pkg.subdir.mk" |