diff --git a/Makefile.inc1 b/Makefile.inc1 index f21f305db208..bc0c094c9c41 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2204,7 +2204,6 @@ _basic_bootstrap_tools+=usr.bin/unifdef .endif .if ${MK_BOOT} != "no" -_basic_bootstrap_tools+=usr.sbin/btxld _basic_bootstrap_tools+=bin/dd # xz/unxz is used by EFI _basic_bootstrap_tools_multilink+=usr.bin/xz xz,unxz @@ -2375,7 +2374,7 @@ kernel-tools: .PHONY # we get done with the earlier stages. It is the last set of tools needed # to begin building the target binaries. # -.if ${TARGET_ARCH} != ${MACHINE_ARCH} +.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BUILD_WITH_STRICT_TMPPATH} != 0 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" _btxld= usr.sbin/btxld .endif