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 building dhcpcd-6.1.0
details: https://anonhg.NetBSD.org/src/rev/4f70f990d9ca
branches: trunk
changeset: 790126:4f70f990d9ca
user: roy <roy%NetBSD.org@localhost>
date: Fri Sep 20 10:58:16 2013 +0000
description:
Fix building dhcpcd-6.1.0
diffstat:
external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 246ea8227261 -r 4f70f990d9ca external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Sep 20 10:56:32 2013 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Sep 20 10:58:16 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/06/21 21:09:34 roy Exp $
+# $NetBSD: Makefile,v 1.16 2013/09/20 10:58:16 roy Exp $
#
PROG= dhcpcd
@@ -14,7 +14,7 @@
.if (${USE_INET6} != "no")
CPPFLAGS+= -DINET6
-SRCS+= ipv6.c ipv6rs.c ipv6ns.c dhcp6.c
+SRCS+= ipv6.c ipv6nd.c dhcp6.c
.endif
DIST= ${NETBSDSRCDIR}/external/bsd/dhcpcd/dist
@@ -46,6 +46,7 @@
.for f in dhcpcd-run-hooks dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
${f}: ${f}.in
${TOOL_SED} -e 's:@SYSCONFDIR@:/etc:g' -e 's:@DBDIR@:/var/db:g' \
+ -e 's:@LIBDIR@:/lib:g' \
-e 's:@HOOKDIR@:/libexec/dhcpcd-hooks:g' \
-e 's:@SCRIPT@:/libexec/dhcpcd-run-hooks:g' \
-e 's:@SERVICEEXISTS@:[ -x /etc/rc.d/$$1 ]:g' \
Home |
Main Index |
Thread Index |
Old Index