mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= capi
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
SUBDIR+= padlock
|
|
.endif
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|