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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user