Commit 28f3f539 authored by Franco Fichtner's avatar Franco Fichtner

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

parent 1fea1163
all: all:
ROOT?= /usr/local
.for TARGET in ${TREES} ${EXTRAS} .for TARGET in ${TREES} ${EXTRAS}
.if "${TREES_${TARGET}}" == "" .if "${TREES_${TARGET}}" == ""
......
TREES= boot etc opnsense sbin wizard www TREES= boot etc opnsense sbin wizard www
ROOT= /usr/local
ROOT_boot= / ROOT_boot= /
EXTRAS= bootstrap EXTRAS= bootstrap
TREES_bootstrap=etc/pkg TREES_bootstrap=etc/pkg
ROOT_bootstrap= /usr/local
.include "../Mk/tree.mk" .include "../Mk/tree.mk"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment