diff options
author | tsarna <tsarna> | 1998-12-12 17:39:47 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-12-12 17:39:47 +0000 |
commit | 44ce31b392fad67f80aa9dfeafbf71ffa04f7726 (patch) | |
tree | 93dc899d873ebec39ee7dc16040530b61aca6568 /www | |
parent | 3ebbc5a8334a212bfd8cfe7153ec3d990d744ddd (diff) | |
download | pkgsrc-44ce31b392fad67f80aa9dfeafbf71ffa04f7726.tar.gz |
Enable zope
Diffstat (limited to 'www')
-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" |