diff options
author | salo <salo> | 2003-03-07 23:47:13 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-07 23:47:13 +0000 |
commit | 1c85d80a76c13c31a2cabddc3f8632745433848a (patch) | |
tree | 360b4258f14a77da4f1a61180cb1526031d42f40 /www/Makefile | |
parent | 8e50506ec5f686c46cbf98983073ea283acb5f18 (diff) | |
download | pkgsrc-1c85d80a76c13c31a2cabddc3f8632745433848a.tar.gz |
Add and enable tinyproxy.
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 f9d2be1ff24..5e8fd1472cb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2003/02/18 00:54:39 grant Exp $ +# $NetBSD: Makefile,v 1.240 2003/03/07 23:47:13 salo Exp $ # COMMENT= Packages related to the World Wide Web @@ -175,6 +175,7 @@ SUBDIR+= swish-e SUBDIR+= tcl-cgi SUBDIR+= thttpd SUBDIR+= tidy +SUBDIR+= tinyproxy SUBDIR+= urlget SUBDIR+= w3 SUBDIR+= w3c-httpd |