stand/i386: Don't include SASRC in .PATH of boot loaders

These link against libsa instead of pulling individual sources from
the libsa source directory.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D51599
This commit is contained in:
John Baldwin
2025-07-28 14:30:59 -04:00
parent 4e2cbc4466
commit df607c941f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.include <bsd.init.mk>
.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${SASRC}
.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common
FILES= gptboot
MAN= gptboot.8
+1 -1
View File
@@ -1,7 +1,7 @@
.include <bsd.init.mk>
.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
${BOOTSRC}/i386/common ${SASRC}
${BOOTSRC}/i386/common
FILES= isoboot
MAN= isoboot.8