summaryrefslogtreecommitdiff
path: root/libexec/httpd/debug
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/httpd/debug')
-rw-r--r--libexec/httpd/debug/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/httpd/debug/Makefile b/libexec/httpd/debug/Makefile
new file mode 100644
index 00000000000..971b605f11d
--- /dev/null
+++ b/libexec/httpd/debug/Makefile
@@ -0,0 +1,9 @@
+# $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)/..