mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
7 lines
256 B
Makefile
7 lines
256 B
Makefile
# $FreeBSD$
|
|
# Options used when building app-specific libalpha components
|
|
LOAD_ADDRESS= 0xffffffff80900000
|
|
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
|
|
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
|
|
LIBSTAND= -lstand
|
|
LIBARC= ${.OBJDIR}/../lib/libarc.a
|