# $NetBSD: srcs.inc,v 1.1 2023/05/07 16:22:10 christos Exp $ LEGACYINCS= \ crypto.inc \ crypto_des.inc \ crypto_md5.inc \ providers.inc \ providers_common.inc \ providers_implementations_ciphers.inc \ providers_implementations_digests.inc \ providers_implementations_kdfs.inc \ .for legacyinc in ${LEGACYINCS} .if exists(${.CURDIR}/arch/${LEGACY_MACHINE_CPU}/${legacyinc}) .include "${.CURDIR}/arch/${LEGACY_MACHINE_CPU}/${legacyinc}" .else .include "${legacyinc}" .endif .endfor