mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
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)/..
|