10 lines
242 B
Makefile
10 lines
242 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
|
|
CFLAGS+= -ffreestanding
|