Module Name: src
Committed By: roy
Date: Fri Jan 3 22:27:31 UTC 2014
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Build with dhcpcd-6.2.0
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.17
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.16 Fri Sep 20 10:58:16 2013
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Jan 3 22:27:31 2014
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2013/09/20 10:58:16 roy Exp $
+# $NetBSD: Makefile,v 1.17 2014/01/03 22:27:31 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+= dhcp-common.c
+SRCS+= dhcp-common.c dhcpcd-embedded.c
SRCS+= bpf.c if-bsd.c platform-bsd.c
.include <bsd.own.mk>