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 Respect MKSHARE=no.
details: https://anonhg.NetBSD.org/src/rev/aaf6b4e9bd7e
branches: trunk
changeset: 819388:aaf6b4e9bd7e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Dec 02 02:41:54 2016 +0000
description:
Respect MKSHARE=no.
diffstat:
external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 37ffa78db82f -r aaf6b4e9bd7e external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Dec 02 02:30:47 2016 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Dec 02 02:41:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/10/09 09:23:59 roy Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/02 02:41:54 riastradh Exp $
#
WARNS?= 6
@@ -67,11 +67,13 @@
EGHOOKS= 10-wpa_supplicant 15-timezone 29-lookup-hostname
EGHOOKS+= 50-ypbind
+.if ${MKSHARE} != "no"
EGFILES= ${EGHOOKS:C,^,${DIST}/dhcpcd-hooks/,}
FILES+= ${EGFILES}
.for f in ${EGFILES}
FILESDIR_${f}= /usr/share/examples/dhcpcd/hooks
.endfor
+.endif
MAN= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
Home |
Main Index |
Thread Index |
Old Index