Module Name: src Committed By: roy Date: Fri Mar 27 11:35:02 UTC 2015
Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Crank up the warnings. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.23 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.24 --- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.23 Fri Dec 19 10:59:06 2014 +++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Mar 27 11:35:02 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/12/19 10:59:06 roy Exp $ +# $NetBSD: Makefile,v 1.24 2015/03/27 11:35:02 roy Exp $ # PROG= dhcpcd @@ -7,7 +7,7 @@ SRCS+= if.c if-options.c script.c SRCS+= dhcp-common.c dhcpcd-embedded.c SRCS+= if-bsd.c -WARNS?= 5 +WARNS?= 6 USE_FORT?= yes # network client (local server) .include <bsd.own.mk>