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 dhcpcd now uses libutil.



details:   https://anonhg.NetBSD.org/src/rev/3b8a842ed4dd
branches:  trunk
changeset: 344664:3b8a842ed4dd
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Apr 10 21:06:54 2016 +0000

description:
dhcpcd now uses libutil.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 37c275d99ffd -r 3b8a842ed4dd external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sun Apr 10 21:00:53 2016 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sun Apr 10 21:06:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/03/23 08:39:01 mrg Exp $
+# $NetBSD: Makefile,v 1.30 2016/04/10 21:06:54 roy Exp $
 #
 
 PROG=          dhcpcd
@@ -30,6 +30,9 @@
 DIST=          ${NETBSDSRCDIR}/external/bsd/dhcpcd/dist
 CPPFLAGS+=     -I${DIST}
 
+DPADD+=                ${LIBUTIL}
+LDADD+=                -lutil
+
 .PATH: ${DIST} ${DIST}/crypt ${LIBC_NET}
 
 SCRIPTS=                       dhcpcd-run-hooks
@@ -69,6 +72,7 @@
            -e 's:@SERVICEEXISTS@::g' \
            -e 's:@SERVICECMD@::g' \
            -e 's:@SERVICESTATUS@::g' \
+           -e 's:@STATUSARG@::g' \
            ${DIST}/${f}.in > $@
 .endfor
 



Home | Main Index | Thread Index | Old Index