blob: 2df4cef1d428a60ba22d0e20f2c33a58a3b43438 (
plain) (
tree)
|
|
--- Makefile.orig Thu Aug 22 22:43:44 2002
+++ Makefile Sun Oct 20 14:26:17 2002
@@ -4,6 +4,10 @@
MAN= bozohttpd.8
WARNS= 3
+NO_WERROR=1
+
+BINDIR=$(PREFIX)/libexec
+MANDIR=$(PREFIX)/man/man
.include <bsd.prog.mk>
|