opnsense-src/secure/lib/libcrypto/engines/Makefile

10 lines
160 B
Makefile
Raw Normal View History

2006-07-29 15:41:41 -04:00
# $FreeBSD$
2018-09-20 17:59:47 -04:00
SUBDIR= capi
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= padlock
.endif
SUBDIR_PARALLEL=
2018-09-20 17:59:47 -04:00
2006-07-29 15:41:41 -04:00
.include <bsd.subdir.mk>