blob: d37a508c4219c79b3dd42e8ef57d89b6001fc42c (
plain) (
blame)
1
2
3
4
5
6
7
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
|