diff options
author | rh <rh@pkgsrc.org> | 2002-05-05 22:08:10 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-05 22:08:10 +0000 |
commit | c03845156a77dc6dc1213338f02510150cf99f85 (patch) | |
tree | 2fbcfdaf24d1cc35225311ec19856a93340ec17b | |
parent | c9cfb743d42ecbf8d14414e130b711a3bdba2cb2 (diff) | |
download | pkgsrc-c03845156a77dc6dc1213338f02510150cf99f85.tar.gz |
Add and enable http_load
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 6a970641c2e..53ebad7af1b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2002/05/04 00:54:43 jtb Exp $ +# $NetBSD: Makefile,v 1.189 2002/05/05 22:08:10 rh Exp $ # COMMENT= Packages related to the World Wide Web @@ -64,6 +64,7 @@ SUBDIR+= htdig SUBDIR+= htmldoc SUBDIR+= htmlfix SUBDIR+= htmllint +SUBDIR+= http_load SUBDIR+= hypermail SUBDIR+= ijb SUBDIR+= jakarta-servletapi |