pkg: hook up src/boot, wow, that was easy

This commit is contained in:
Franco Fichtner 2016-09-24 09:57:24 +02:00
parent 378bc31617
commit 96f5e7faca
4 changed files with 5 additions and 1 deletions

View File

@ -214,6 +214,7 @@ scripts: want-git
install: force
@${MAKE} -C ${.CURDIR}/contrib install DESTDIR=${DESTDIR}
@${MAKE} -C ${.CURDIR}/src install_boot DESTDIR=${DESTDIR}
@${MAKE} -C ${.CURDIR}/src install DESTDIR=${DESTDIR} \
CORE_NAME=${CORE_NAME} CORE_ABI=${CORE_ABI} \
CORE_PACKAGESITE=${CORE_PACKAGESITE} \

View File

@ -1,7 +1,10 @@
ROOT= /usr/local
TREES= etc opnsense sbin wizard www
EXTRA= bootstrap
EXTRA= boot bootstrap
ROOT_boot= # /
TREES_boot= boot
ROOT_bootstrap= /usr/local
TREES_bootstrap=etc/pkg