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/9ab0a6479133
branches: trunk
changeset: 994502:9ab0a6479133
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 db88158e6968 -r 9ab0a6479133 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