Mk: small fix, /usr/local is our default-default

This commit is contained in:
Franco Fichtner 2016-09-24 11:36:08 +02:00
parent 1fea1163dc
commit 28f3f5391f
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
all:
ROOT?= /usr/local
.for TARGET in ${TREES} ${EXTRAS}
.if "${TREES_${TARGET}}" == ""

View File

@ -1,11 +1,7 @@
TREES= boot etc opnsense sbin wizard www
ROOT= /usr/local
ROOT_boot= /
EXTRAS= bootstrap
TREES_bootstrap=etc/pkg
ROOT_bootstrap= /usr/local
.include "../Mk/tree.mk"