1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/secure/lib/libcrypto/engines/Makefile
2018-09-20 21:59:47 +00:00

10 lines
160 B
Makefile

# $FreeBSD$
SUBDIR= capi
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= padlock
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>