diff options
Diffstat (limited to 'sys/boot/efi/Makefile.inc')
-rw-r--r-- | sys/boot/efi/Makefile.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 3f486cc..d37a508 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,7 +1,8 @@ # $FreeBSD$ + # Options used when building app-specific efi components -DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a -LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand -LIBSTAND= -lstand -LIBEFI= ${.OBJDIR}/../libefi/libefi.a +DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a +LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand +LIBSTAND= -lstand +LIBEFI= ${.OBJDIR}/../libefi/libefi.a |