summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-06-04 22:11:39 +0000
committerimp <imp@FreeBSD.org>2015-06-04 22:11:39 +0000
commitf94880e39491689664d40b39e8807585937048e2 (patch)
tree5312059094676a4e9df33e2cc8424b68fb4dace2 /share/mk
parentceb5f63b1a6fbd04f737f76f4c8ee02749473811 (diff)
downloadFreeBSD-src-f94880e39491689664d40b39e8807585937048e2.zip
FreeBSD-src-f94880e39491689664d40b39e8807585937048e2.tar.gz
MFC: Merge more of the dtb machinery
Merge 278459,278460,278461,278462 which define DTBDIR and other things needed for install to work. Although the commit in head kinda fixed install_as_user, it's unknown if that works in 10.x (it didn't the last time I tried).
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 0ca3af1..b06b1d4 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -143,6 +143,10 @@ KMODDIR?= /boot/kernel
KMODOWN?= ${BINOWN}
KMODGRP?= ${BINGRP}
KMODMODE?= ${BINMODE}
+DTBDIR?= /boot/dtb
+DTBOWN?= root
+DTBGRP?= wheel
+DTBMODE?= 444
LIBDIR?= /usr/lib
LIBCOMPATDIR?= /usr/lib/compat
@@ -683,7 +687,7 @@ _uid!= id -u
USER!= id -un
.endif
_gid!= id -gn
-.for x in BIN CONF DOC INFO KMOD LIB MAN NLS SHARE
+.for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
$xOWN= ${USER}
$xGRP= ${_gid}
.endfor
OpenPOWER on IntegriCloud