mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
8 lines
256 B
Makefile
8 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
|