Source-Changes-HG archive

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

[src/bouyer-socketcan]: src/external/bsd/dhcpcd 2552802



details:   https://anonhg.NetBSD.org/src/rev/139f085d828a
branches:  bouyer-socketcan
changeset: 820858:139f085d828a
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Apr 02 20:18:38 2017 +0000

description:
2552802

diffstat:

 external/bsd/dhcpcd/examples/Makefile             |   5 ++++
 external/bsd/dhcpcd/examples/hooks/Makefile       |  24 +++++++++++++++++++++++
 external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile |  15 ++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 4beec1d97bec -r 139f085d828a external/bsd/dhcpcd/examples/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcpcd/examples/Makefile     Sun Apr 02 20:18:38 2017 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2017/04/02 20:18:38 roy Exp $
+
+SUBDIR=                hooks
+
+.include <bsd.subdir.mk>
diff -r 4beec1d97bec -r 139f085d828a external/bsd/dhcpcd/examples/hooks/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcpcd/examples/hooks/Makefile       Sun Apr 02 20:18:38 2017 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.2.2 2017/04/02 20:18:38 roy Exp $
+#
+
+.include <bsd.own.mk>
+
+.include "../../Makefile.inc"
+.PATH:                 ${DIST}/hooks
+
+.if ${MKSHARE} != "no"
+FILES=                 10-wpa_supplicant 15-timezone 29-lookup-hostname
+FILES+=                        50-ypbind
+
+FILESBUILD_50-ypbind=  YES
+CLEANFILES+=           50-ypbind
+
+FILESDIR=              /usr/share/examples/dhcpcd/hooks
+
+.SUFFIXES:             .in
+
+.in:   ../../Makefile.inc
+       ${TOOL_SED} ${SED_SYS} $< > $@
+.endif
+
+.include <bsd.prog.mk>
diff -r 4beec1d97bec -r 139f085d828a external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile Sun Apr 02 20:18:38 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.3.2.2 2017/04/02 20:18:39 roy Exp $
+#
+
+.include <bsd.own.mk>
+
+.include "../../Makefile.inc"
+
+.PATH:                 ${DIST}/hooks
+
+FILES=                 01-test 02-dump 20-resolv.conf 30-hostname
+FILES+=                        50-ntp.conf
+
+FILESDIR=              /libexec/dhcpcd-hooks
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index