mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= capi
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
SUBDIR+= padlock
|
|
.endif
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|