David van Moolenbroek 340f5e5660 Import NetBSD httpd(8)
Also known as bozohttpd(8).

Change-Id: I40e955b5654674f2c708b10e5e403ca9cbc92534
2017-03-21 22:00:31 +00:00

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)/..