this HAVE_PCC is not (any longer) required

This commit is contained in:
plunky 2011-09-13 14:00:08 +00:00
parent 515a85d45d
commit c8157303ac
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2011/08/16 16:37:07 christos Exp $
# $NetBSD: Makefile,v 1.18 2011/09/13 14:00:08 plunky Exp $
.include <bsd.own.mk>
@ -15,8 +15,4 @@ FILESDIR= /usr/share/examples/dhcp
FILES= dhcpd.conf
.endif
.if defined(HAVE_PCC)
COPTS += -Wno-unreachable-code
.endif
.include <bsd.prog.mk>