mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
9 lines
218 B
Makefile
9 lines
218 B
Makefile
# $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
|