Make sure that we define DTB{OWN,GRP,MODE} so install works.

Submitted by: Guy Yur
This commit is contained in:
Warner Losh 2015-02-09 16:04:01 +00:00
parent 3e7ec4b67d
commit ef6fcdc651

View file

@ -46,6 +46,9 @@ 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}