summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index db2e3e48e94..e2eab48a34a 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/08/05 06:50:44 mrg Exp $
+# $NetBSD: Makefile,v 1.25 2015/10/30 18:53:26 tron Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -48,6 +48,9 @@ CPPFLAGS+= -DHAVE_NBUTIL_H
LDADD+= -lnbutil
.endif
+COPTS.bozohttpd.c= -Wno-stack-protector
+
+
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"