Module Name:    src
Committed By:   christos
Date:           Fri Feb 10 16:44:55 UTC 2017

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

Log Message:
Add MKDIRMODE


To generate a diff of this commit:
cvs rdiff -u -r1.1003 -r1.1004 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.1003 src/share/mk/bsd.own.mk:1.1004
--- src/share/mk/bsd.own.mk:1.1003	Tue Jan 17 21:33:25 2017
+++ src/share/mk/bsd.own.mk	Fri Feb 10 11:44:55 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1003 2017/01/18 02:33:25 matt Exp $
+#	$NetBSD: bsd.own.mk,v 1.1004 2017/02/10 16:44:55 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -718,6 +718,8 @@ DEBUGGRP?=	wheel
 DEBUGOWN?=	root
 DEBUGMODE?=	${NONBINMODE}
 
+MKDIRMODE?=	0755
+
 #
 # Data-driven table using make variables to control how
 # toolchain-dependent targets and shared libraries are built

Reply via email to