Module Name:    src
Committed By:   snj
Date:           Sun May 10 21:28:52 UTC 2009

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by roy in ticket #534):
        external/bsd/dhcpcd/sbin/dhcpcd/Makefile: revision 1.4
Update to dhcpcd-5.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 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.3.2.1
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.3	Sat Oct 25 22:27:34 2008
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Sun May 10 21:28:52 2009
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:34 apb Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2009/05/10 21:28:52 snj 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>
 

Reply via email to