Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.

Sponsored By: Netflix
This commit is contained in:
Warner Losh 2017-10-22 03:52:03 +00:00
parent be49509eea
commit 913dd6b0fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324841

View File

@ -6,9 +6,9 @@
__BOOT_DEFS_MK__=${MFILE}
BOOTDIR= ${SRCTOP}/sys/boot
FICLDIR= ${SRCTOP}/sys/boot/ficl
FICLDIR= ${BOOTDIR}/ficl
LDR_MI= ${BOOTDIR}/common
SASRC= ${SRCTOP}/sys/boot/libsa
SASRC= ${BOOTDIR}/libsa
SYSDIR= ${SRCTOP}/sys
# NB: The makefiles depend on these being empty when we don't build forth.