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 Fix for dhcpcd-6.4.0



details:   https://anonhg.NetBSD.org/src/rev/c9e46fa1a006
branches:  trunk
changeset: 329951:c9e46fa1a006
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Jun 14 21:00:22 2014 +0000

description:
Fix for dhcpcd-6.4.0

diffstat:

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

diffs (26 lines):

diff -r 99390cd1d7f7 -r c9e46fa1a006 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat Jun 14 20:55:37 2014 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat Jun 14 21:00:22 2014 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2014/03/22 00:04:51 roy Exp $
+# $NetBSD: Makefile,v 1.22 2014/06/14 21:00:22 roy Exp $
 #
 
 PROG=          dhcpcd
 SRCS=          common.c control.c dhcpcd.c duid.c eloop.c
-SRCS+=         if-options.c if-pref.c net.c script.c
+SRCS+=         if.c if-options.c script.c
 SRCS+=         dhcp-common.c dhcpcd-embedded.c
-SRCS+=         bpf.c if-bsd.c platform-bsd.c
+SRCS+=         if-bsd.c
 
 WARNS?=                5
 USE_FORT?=     yes     # network client (local server)
@@ -13,7 +13,6 @@
 .include <bsd.own.mk>
 
 SRCS+=         auth.c hmac_md5.c
-CPPFLAGS+=     -DHAVE_MD5_H
 
 CPPFLAGS+=     -DINET
 SRCS+=         arp.c dhcp.c ipv4.c ipv4ll.c



Home | Main Index | Thread Index | Old Index