mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
ca987d4641
Sponsored by: Netflix
12 lines
147 B
Makefile
12 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
DO32=1
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB=sa32
|
|
LIBSA_CPUARCH=${MACHINE_CPUARCH:C/amd64/i386/}
|
|
|
|
.PATH: ${SASRC}
|
|
.include "${SASRC}/Makefile"
|