Source-Changes-HG archive

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

[src/trunk]: src/share/mk Provide a fallback dtc if USE_TOOLS isn't in use.



details:   https://anonhg.NetBSD.org/src/rev/58aa448846e7
branches:  trunk
changeset: 445739:58aa448846e7
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Nov 11 08:28:35 2018 +0000

description:
Provide a fallback dtc if USE_TOOLS isn't in use.

>From Daniel Loffgren in PR kern/53720.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 00c1e8e10ece -r 58aa448846e7 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Nov 11 07:43:35 2018 +0000
+++ b/share/mk/bsd.own.mk       Sun Nov 11 08:28:35 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1080 2018/11/10 22:19:33 maya Exp $
+#      $NetBSD: bsd.own.mk,v 1.1081 2018/11/11 08:28:35 maya Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -485,6 +485,7 @@
 TOOL_CTFMERGE=         ctfmerge
 TOOL_CVSLATEST=                cvslatest
 TOOL_DB=               db
+TOOL_DTC=              dtc
 TOOL_DISKLABEL=                disklabel
 TOOL_EQN=              eqn
 TOOL_FDISK=            fdisk



Home | Main Index | Thread Index | Old Index