Fix build with "USE_SSP" set to "yes".

This commit is contained in:
tron 2015-10-30 18:53:26 +00:00
parent 06f4322815
commit 63d7176dc2
1 changed files with 4 additions and 1 deletions

View File

@ -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"