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 unified 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,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile.inc,v 1.1 2008/07/27 19:31:03 joerg Exp $ 1# $NetBSD: Makefile.inc,v 1.2 2008/09/19 23:00:49 joerg Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5WARNS?= 3 5WARNS?= 4
6BINDIR= /sbin 6BINDIR= /sbin
7 7
8.if (${MKDYNAMICROOT} == "no") 8.if (${MKDYNAMICROOT} == "no")
9LDSTATIC?= -static 9LDSTATIC?= -static
10.endif 10.endif
11 11