Module Name:    src
Committed By:   maya
Date:           Sun Nov 11 08:28:35 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

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

>From Daniel Loffgren in PR kern/53720.


To generate a diff of this commit:
cvs rdiff -u -r1.1080 -r1.1081 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1080 src/share/mk/bsd.own.mk:1.1081
--- src/share/mk/bsd.own.mk:1.1080	Sat Nov 10 22:19:33 2018
+++ src/share/mk/bsd.own.mk	Sun Nov 11 08:28:35 2018
@@ -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_CTFCONVERT=	ctfconvert
 TOOL_CTFMERGE=		ctfmerge
 TOOL_CVSLATEST=		cvslatest
 TOOL_DB=		db
+TOOL_DTC=		dtc
 TOOL_DISKLABEL=		disklabel
 TOOL_EQN=		eqn
 TOOL_FDISK=		fdisk

Reply via email to