Module Name:    src
Committed By:   plunky
Date:           Tue Sep 13 14:00:08 UTC 2011

Modified Files:
        src/usr.sbin/dhcp/server: Makefile

Log Message:
this HAVE_PCC is not (any longer) required


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/dhcp/server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/dhcp/server/Makefile
diff -u src/usr.sbin/dhcp/server/Makefile:1.17 src/usr.sbin/dhcp/server/Makefile:1.18
--- src/usr.sbin/dhcp/server/Makefile:1.17	Tue Aug 16 16:37:07 2011
+++ src/usr.sbin/dhcp/server/Makefile	Tue Sep 13 14:00:08 2011
@@ -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 @@
 FILES=	dhcpd.conf
 .endif
 
-.if defined(HAVE_PCC)
-COPTS += -Wno-unreachable-code
-.endif
-
 .include <bsd.prog.mk>

Reply via email to