Fri Sep 19 23:00:49 2008 UTC ()
Just use WARNS=4 for dhcpcd.


(joerg)
diff -r1.1 -r1.2 src/external/bsd/dhcpcd/sbin/Makefile.inc

cvs diff -r1.1 -r1.2 src/external/bsd/dhcpcd/sbin/Makefile.inc (expand / switch to context diff)
--- src/external/bsd/dhcpcd/sbin/Makefile.inc 2008/07/27 19:31:03 1.1
+++ src/external/bsd/dhcpcd/sbin/Makefile.inc 2008/09/19 23:00:49 1.2
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 2008/07/27 19:31:03 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.2 2008/09/19 23:00:49 joerg Exp $
 
 .include <bsd.own.mk>
 
-WARNS?=	3
+WARNS?=		4
 BINDIR=		/sbin
 
 .if (${MKDYNAMICROOT} == "no")