Module Name: src
Committed By: roy
Date: Thu Jul 12 16:54:14 UTC 2012
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Fix for dhcpcd-5.6.1
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.12
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.11 Wed Jan 25 14:39:05 2012
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Thu Jul 12 16:54:14 2012
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2012/01/25 14:39:05 roy Exp $
+# $NetBSD: Makefile,v 1.12 2012/07/12 16:54:14 roy Exp $
#
PROG= dhcpcd
SRCS= arp.c bind.c common.c control.c configure.c dhcp.c dhcpcd.c \
- duid.c eloop.c if-options.c if-pref.c ipv4ll.c ipv6rs.c net.c \
- signals.c
+ duid.c eloop.c if-options.c if-pref.c \
+ ipv4ll.c ipv6.c ipv6ns.c ipv6rs.c \
+ net.c signals.c
SRCS+= bpf.c if-bsd.c platform-bsd.c
.include <bsd.own.mk>