Module Name: src
Committed By: roy
Date: Sat Mar 22 00:04:51 UTC 2014
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Crank up the warnings and fortify the build.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.21
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.20 Tue Feb 25 13:16:04 2014
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Sat Mar 22 00:04:51 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/02/25 13:16:04 roy Exp $
+# $NetBSD: Makefile,v 1.21 2014/03/22 00:04:51 roy Exp $
#
PROG= dhcpcd
@@ -7,6 +7,9 @@ SRCS+= if-options.c if-pref.c net.c scr
SRCS+= dhcp-common.c dhcpcd-embedded.c
SRCS+= bpf.c if-bsd.c platform-bsd.c
+WARNS?= 5
+USE_FORT?= yes # network client (local server)
+
.include <bsd.own.mk>
SRCS+= auth.c hmac_md5.c