Module Name:    src
Committed By:   apb
Date:           Tue Jan 14 11:31:01 UTC 2014

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

Log Message:
Let MKARZERO default to the same value as MKREPRO, so callers
can set MKREPRO=yes and automatically get MKARZERO=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 src/share/mk/bsd.lib.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.lib.mk
diff -u src/share/mk/bsd.lib.mk:1.344 src/share/mk/bsd.lib.mk:1.345
--- src/share/mk/bsd.lib.mk:1.344	Mon Dec 16 21:34:16 2013
+++ src/share/mk/bsd.lib.mk	Tue Jan 14 11:31:01 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.lib.mk,v 1.344 2013/12/16 21:34:16 matt Exp $
+#	$NetBSD: bsd.lib.mk,v 1.345 2014/01/14 11:31:01 apb Exp $
 #	@(#)bsd.lib.mk	8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -518,7 +518,7 @@ _YLSRCS=	${SRCS:M*.[ly]:C/\..$/.c/} ${YH
 
 realall: ${SRCS} ${ALLOBJS:O} ${_LIBS} ${_LIB.so.debug}
 
-MKARZERO?=no
+MKARZERO?= ${MKREPRO:Uno}
 
 .if ${MKARZERO} == "yes"
 _ARFL=crsD

Reply via email to