mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
|
|
SUBDIR= capi devcrypto loader_attic
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
SUBDIR+= padlock
|
|
.endif
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|