Module Name: src
Committed By: roy
Date: Tue Apr 28 22:31:52 UTC 2009
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Update to dhcpcd-5.0.0
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.4
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.3 Sat Oct 25 22:27:34 2008
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Tue Apr 28 22:31:52 2009
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:34 apb Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/28 22:31:52 roy Exp $
#
PROG= dhcpcd
-SRCS= bpf.c client.c common.c configure.c dhcp.c dhcpcd.c \
- if-bsd.c logger.c net.c signals.c
+SRCS= arp.c bind.c common.c control.c configure.c dhcp.c dhcpcd.c \
+ duid.c eloop.c if-options.c ipv4ll.c if-pref.c ipv4ll.c \
+ net.c signals.c
+SRCS+= bpf.c if-bsd.c
.include <bsd.own.mk>