mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Mk: small fix, /usr/local is our default-default
This commit is contained in:
parent
1fea1163dc
commit
28f3f5391f
@ -1,5 +1,7 @@
|
||||
all:
|
||||
|
||||
ROOT?= /usr/local
|
||||
|
||||
.for TARGET in ${TREES} ${EXTRAS}
|
||||
|
||||
.if "${TREES_${TARGET}}" == ""
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user