Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 16:04:02 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278459 - head/sys/conf
Message-ID:  <201502091604.t19G42C6017582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502091604.t19G42C6017582>