diff options
author | rh <rh> | 2002-05-05 22:08:10 +0000 |
---|---|---|
committer | rh <rh> | 2002-05-05 22:08:10 +0000 |
commit | a05f5466a263e8cff90bed3d05aa43919613c244 (patch) | |
tree | 2fbcfdaf24d1cc35225311ec19856a93340ec17b /www | |
parent | d758c2bf707d03d3b019e624f942dbc968009307 (diff) | |
download | pkgsrc-a05f5466a263e8cff90bed3d05aa43919613c244.tar.gz |
Add and enable http_load
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 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 |