mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Use sys/boot/userboot/libstand/ and not /usr/lib/libstand.a.
This commit is contained in:
parent
f76aa51521
commit
48f73a80ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279381
@ -84,6 +84,7 @@ loader.efi: loader.sym
|
||||
--output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
|
||||
|
||||
LIBEFI= ${.OBJDIR}/../../efi/libefi/libefi.a
|
||||
LIBSTAND= ${.OBJDIR}/../../userboot/libstand/libstand.a
|
||||
|
||||
DPADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
|
||||
LDADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
|
||||
|
Loading…
Reference in New Issue
Block a user