diff options
author | kim <kim> | 2000-03-03 00:19:03 +0000 |
---|---|---|
committer | kim <kim> | 2000-03-03 00:19:03 +0000 |
commit | 1b13d74a3ec147564faa887e2c00c4ed5bfd4eb0 (patch) | |
tree | 92a105246442acaf041b56064bb1ae54a21d5014 /www | |
parent | 0726bf7a2c428288eb0619f85bd8e95a7ca323c8 (diff) | |
download | pkgsrc-1b13d74a3ec147564faa887e2c00c4ed5bfd4eb0.tar.gz |
Add and enable urlget
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 f28e85d6178..7bfc1ea8315 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2000/02/25 17:18:39 jdolecek Exp $ +# $NetBSD: Makefile,v 1.74 2000/03/03 00:19:03 kim Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -62,6 +62,7 @@ SUBDIR += swish-e SUBDIR += tcl-cgi SUBDIR += thttpd + SUBDIR += urlget SUBDIR += w3c-httpd SUBDIR += w3m SUBDIR += web500gw |