diff options
| author | mrg <mrg@NetBSD.org> | 2009-05-23 02:21:19 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2009-05-23 02:21:19 +0000 |
| commit | 36a7970f3ca969e60c2740bc8a6eebfb895840c0 (patch) | |
| tree | aed66ea928bf1367ccad26b18e0542a2fc4c5d80 /libexec/httpd/debug | |
| parent | c131490c299696c5752611efc53b6ca5806416a7 (diff) | |
import bozohttpd 20090522, which has these changes:
o close more leaking file descriptors for CGI and daemon mode
o add subdirs for build "debug" and "small" versions
o clean up a bad merge / duplicate code
o make mmap() usage portable, fixes linux & ranges: support
o document the -f option
o daemon mode now serves 6 files per child
Diffstat (limited to 'libexec/httpd/debug')
| -rw-r--r-- | libexec/httpd/debug/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/httpd/debug/Makefile b/libexec/httpd/debug/Makefile new file mode 100644 index 00000000000..971b605f11d --- /dev/null +++ b/libexec/httpd/debug/Makefile @@ -0,0 +1,9 @@ +# $eterna: Makefile,v 1.1 2009/05/22 21:51:39 mrg Exp $ + +# build a debug bozohttpd +PROG= bozohttpd-debug +COPTS+= -DDEBUG -I$(.CURDIR)/.. + +.include "../Makefile" + +.PATH: $(.CURDIR)/.. |
