diff options
author | reed <reed> | 2004-02-03 16:21:59 +0000 |
---|---|---|
committer | reed <reed> | 2004-02-03 16:21:59 +0000 |
commit | b56d9555bbeb1768c487f16b3dc21b58eeb422c8 (patch) | |
tree | ebe9aea6cc814f6b3ddad0a3bf32beeda7e9d0bb /www/Makefile | |
parent | 80e318b369c26eff373e1824c0a082c6ffd7d141 (diff) | |
download | pkgsrc-b56d9555bbeb1768c487f16b3dc21b58eeb422c8.tar.gz |
Add mini_httpd.
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 b7a4a2eceed..cd8229c038f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.290 2004/01/22 11:11:11 recht Exp $ +# $NetBSD: Makefile,v 1.291 2004/02/03 16:21:59 reed Exp $ # COMMENT= Packages related to the World Wide Web @@ -114,6 +114,7 @@ SUBDIR+= lynx-current SUBDIR+= mMosaic SUBDIR+= make_album SUBDIR+= micro_httpd +SUBDIR+= mini_httpd SUBDIR+= mknmz-wwwoffle SUBDIR+= moz-bin-plugger SUBDIR+= mozilla |