8 lines
221 B
Makefile
8 lines
221 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
|