1#	$NetBSD: srcs.inc,v 1.1 2023/05/07 16:22:10 christos Exp $
2
3LEGACYINCS= \
4crypto.inc \
5crypto_des.inc \
6crypto_md5.inc \
7providers.inc \
8providers_common.inc \
9providers_implementations_ciphers.inc \
10providers_implementations_digests.inc \
11providers_implementations_kdfs.inc \
12
13.for legacyinc in ${LEGACYINCS}
14.if exists(${.CURDIR}/arch/${LEGACY_MACHINE_CPU}/${legacyinc})
15.include "${.CURDIR}/arch/${LEGACY_MACHINE_CPU}/${legacyinc}"
16.else
17.include "${legacyinc}"
18.endif
19.endfor
20