Module Name:    src
Committed By:   roy
Date:           Wed Jan 25 14:39:06 UTC 2012

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Fix for IPv6 RS support.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.11
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.10	Mon Jan  3 11:33:44 2011
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Wed Jan 25 14:39:05 2012
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2011/01/03 11:33:44 roy Exp $
+# $NetBSD: Makefile,v 1.11 2012/01/25 14:39:05 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 net.c \
+		duid.c eloop.c if-options.c if-pref.c ipv4ll.c ipv6rs.c net.c \
 		signals.c
 SRCS+=		bpf.c if-bsd.c platform-bsd.c
 

Reply via email to