mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style police
This commit is contained in:
parent
a1881c1e89
commit
41edaa30e9
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue