1#	$NetBSD: Makefile,v 1.6 2023/05/27 02:28:45 riastradh Exp $
2
3.include "bsd.own.mk"
4
5# OpenSSL engines.
6SUBDIR= dasync devcrypto loader_attic ossltest
7
8# VIA Padlock -- only makes sense for x86 which might be a VIA CPU
9.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
10SUBDIR+=padlock
11.endif
12
13.include <bsd.subdir.mk>
14