diff options
author | tron <tron@pkgsrc.org> | 1999-04-10 22:03:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-10 22:03:29 +0000 |
commit | 9a8ace1ec6e60607f2638436259edf4d6c62085e (patch) | |
tree | 0024cd942f993213f4173cb9a8e48c4ea6fed178 /www | |
parent | fa678d8737a9622424bc8b3e42fc2cdaf656c48a (diff) | |
download | pkgsrc-9a8ace1ec6e60607f2638436259edf4d6c62085e.tar.gz |
Add and enable "thttpd" package. Fixes PR pkg/7323.
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 b8c6b67e743..34beaa9e512 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 1999/02/25 02:59:52 abs Exp $ +# $NetBSD: Makefile,v 1.29 1999/04/10 22:03:29 tron Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -51,6 +51,7 @@ SUBDIR += p5-libwww SUBDIR += squid # SUBDIR += squid11-novm + SUBDIR += thttpd # SUBDIR += vrweb # SUBDIR += w3 # SUBDIR += w3c-httpd |