Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Fix for dhcpcd-5.6.1



details:   https://anonhg.NetBSD.org/src/rev/586b0e25345b
branches:  trunk
changeset: 780126:586b0e25345b
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Jul 12 16:54:14 2012 +0000

description:
Fix for dhcpcd-5.6.1

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e458726fcb31 -r 586b0e25345b external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Jul 12 16:51:21 2012 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Jul 12 16:54:14 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index