svn commit: r278459 - head/sys/conf

Warner Losh imp at FreeBSD.org
Mon Feb 9 16:04:02 UTC 2015


Author: imp
Date: Mon Feb  9 16:04:01 2015
New Revision: 278459
URL: https://svnweb.freebsd.org/changeset/base/278459

Log:
  Make sure that we define DTB{OWN,GRP,MODE} so install works.
  
  Submitted by: Guy Yur

Modified:
  head/sys/conf/dtb.mk

Modified: head/sys/conf/dtb.mk
==============================================================================
--- head/sys/conf/dtb.mk	Mon Feb  9 16:03:59 2015	(r278458)
+++ head/sys/conf/dtb.mk	Mon Feb  9 16:04:01 2015	(r278459)
@@ -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}


More information about the svn-src-all mailing list