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