mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
147 B
Makefile
11 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"
|