diff options
author | se <se@FreeBSD.org> | 2002-07-30 12:39:01 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2002-07-30 12:39:01 +0000 |
commit | 43d1db0c4e3b036e6e623583475a0c6f321c7f30 (patch) | |
tree | 1dd0c4686491ab06f12e37dec121b1ddc6bce0ef /www/Makefile | |
parent | febf00f75336a2bac2e1103a4a7294eaecf46adc (diff) | |
download | FreeBSD-ports-43d1db0c4e3b036e6e623583475a0c6f321c7f30.zip FreeBSD-ports-43d1db0c4e3b036e6e623583475a0c6f321c7f30.tar.gz |
Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5c887aa..5f9524b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -146,6 +146,7 @@ SUBDIR += mgstat SUBDIR += mhonarc SUBDIR += micro_httpd + SUBDIR += mini_httpd SUBDIR += mmosaic SUBDIR += mnogosearch SUBDIR += mod_access_identd |