Module Name:    src
Committed By:   rin
Date:           Tue May 19 08:07:44 UTC 2020

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

Log Message:
Try to fix fallout from addition of dtb.tgz; MKDTB was added to both
_MKVARS.yes and _MKVARS.no. Remove it from the former.


To generate a diff of this commit:
cvs rdiff -u -r1.1189 -r1.1190 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.1189 src/share/mk/bsd.own.mk:1.1190
--- src/share/mk/bsd.own.mk:1.1189	Mon May 18 21:19:35 2020
+++ src/share/mk/bsd.own.mk	Tue May 19 08:07:44 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1189 2020/05/18 21:19:35 jmcneill Exp $
+#	$NetBSD: bsd.own.mk,v 1.1190 2020/05/19 08:07:44 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1090,7 +1090,7 @@ _MKVARS.yes= \
 	MKBINUTILS \
 	MKBSDTAR \
 	MKCOMPLEX MKCVS MKCXX \
-	MKDOC MKDTB MKDTC \
+	MKDOC MKDTC \
 	MKDYNAMICROOT \
 	MKGCC MKGDB MKGROFF \
 	MKHESIOD MKHTML \

Reply via email to