Module Name:    src
Committed By:   joerg
Date:           Wed Apr  3 15:23:29 UTC 2019

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

Log Message:
Provide a default value of no for MKLLVMRT.


To generate a diff of this commit:
cvs rdiff -u -r1.1120 -r1.1121 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.1120 src/share/mk/bsd.own.mk:1.1121
--- src/share/mk/bsd.own.mk:1.1120	Wed Apr  3 15:12:45 2019
+++ src/share/mk/bsd.own.mk	Wed Apr  3 15:23:29 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1120 2019/04/03 15:12:45 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1121 2019/04/03 15:23:29 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1169,7 +1169,7 @@ _MKVARS.no= \
 	MKFIRMWARE \
 	MKGROFFHTMLDOC \
 	MKKYUA \
-	MKLIBCXX MKLLD MKLLDB MKLLVM MKLINT \
+	MKLIBCXX MKLLD MKLLDB MKLLVM MKLLVMRT MKLINT \
 	MKMANZ MKMCLINKER \
 	MKNSD \
 	MKOBJDIRS \

Reply via email to