xref: /netbsd-src/libexec/httpd/debug/Makefile (revision 36a7970f3ca969e60c2740bc8a6eebfb895840c0)
1#	$eterna: Makefile,v 1.1 2009/05/22 21:51:39 mrg Exp $
2
3# build a debug bozohttpd
4PROG=	bozohttpd-debug
5COPTS+=	-DDEBUG	-I$(.CURDIR)/..
6
7.include "../Makefile"
8
9.PATH: $(.CURDIR)/..
10