No more need to disable stack protector

This commit is contained in:
roy 2017-04-02 20:17:11 +00:00
parent 58a867f167
commit 1eb8783e7c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2017/03/31 23:50:01 kamil Exp $
# $NetBSD: Makefile,v 1.37 2017/04/02 20:17:11 roy Exp $
#
WARNS?= 6
@ -29,7 +29,6 @@ SRCS+= auth.c hmac_md5.c
.if (${USE_INET} != "no")
CPPFLAGS+= -DARP -DINET
SRCS+= arp.c bpf.c dhcp.c ipv4.c
COPTS.bpf.c+= -Wno-stack-protector
.if !defined(SMALLPROG)
CPPFLAGS+= -DIPV4LL
SRCS+= ipv4ll.c