36a7970f3c
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
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $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)/..
|