mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: hook up src/boot, wow, that was easy
This commit is contained in:
parent
378bc31617
commit
96f5e7faca
1
Makefile
1
Makefile
@ -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} \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user