Module Name: src
Committed By: roy
Date: Sat Jun 14 21:00:23 UTC 2014
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Fix for dhcpcd-6.4.0
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.22
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.21 Sat Mar 22 00:04:51 2014
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Sat Jun 14 21:00:22 2014
@@ -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 @@ USE_FORT?= yes # network client (local s
.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