Home | History | Annotate | Line # | Download | only in debug
      1 #	$eterna: Makefile,v 1.1 2009/05/22 21:51:39 mrg Exp $
      2 
      3 # build a debug bozohttpd
      4 PROG=	bozohttpd-debug
      5 COPTS+=	-DDEBUG	-I$(.CURDIR)/..
      6 
      7 .include "../Makefile"
      8 
      9 .PATH: $(.CURDIR)/..
     10