1
0
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:
David E. O'Brien 2015-02-27 22:22:05 +00:00
parent f76aa51521
commit 48f73a80ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279381

View File

@ -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}