aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/dtb.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-02-09 16:21:49 +0000
committerWarner Losh <imp@FreeBSD.org>2015-02-09 16:21:49 +0000
commit9f78f7b262e99b7a8d0a7946b4a0dcbc9256f9ca (patch)
treecbdd2e85cb50e93c46bf9dde69464e7b46716048 /sys/conf/dtb.mk
parent2cfaebb6818c86ee6a4164663d66fca5d37bf212 (diff)
downloadsrc-9f78f7b262e99b7a8d0a7946b4a0dcbc9256f9ca.tar.gz
src-9f78f7b262e99b7a8d0a7946b4a0dcbc9256f9ca.zip
Move these definitions to bsd.own.mk along side the kernel directory /
user defines. Make this work with WITH_INSTALL_AS_USER as well. Noticed by: ian@
Notes
Notes: svn path=/head/; revision=278462
Diffstat (limited to 'sys/conf/dtb.mk')
-rw-r--r--sys/conf/dtb.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/conf/dtb.mk b/sys/conf/dtb.mk
index 1ff3eb444b62..ea1baefe99ef 100644
--- a/sys/conf/dtb.mk
+++ b/sys/conf/dtb.mk
@@ -45,10 +45,6 @@ SYSDIR= ${_dir}
.PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
-DTBDIR?=/boot/dtb
-DTBOWN?=root
-DTBGRP?=wheel
-DTBMODE?=444
DTB=${DTS:R:S/$/.dtb/}
all: ${DTB}