Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Crank up the warnings and fo...



details:   https://anonhg.NetBSD.org/src/rev/38689e7eb308
branches:  trunk
changeset: 327944:38689e7eb308
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Mar 22 00:04:51 2014 +0000

description:
Crank up the warnings and fortify the build.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3746dd9b1153 -r 38689e7eb308 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Mar 21 22:18:57 2014 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat Mar 22 00:04:51 2014 +0000
@@ -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+=         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



Home | Main Index | Thread Index | Old Index