summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcommon/srcs.inc
blob: ee0f7f277c753a4848f37ddc2f895bf8f1d73b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: srcs.inc,v 1.1 2023/05/06 17:07:22 christos Exp $

COMMONINCS= \
providers_common.inc \
providers_common_der.inc \
providers_implementations_ciphers.inc \
providers_implementations_digests.inc \
ssl_record.inc \

.for commoninc in ${COMMONINCS}
.if exists(${.CURDIR}/arch/${COMMON_MACHINE_CPU}/${commoninc})
.include "${.CURDIR}/arch/${COMMON_MACHINE_CPU}/${commoninc}"
.else
.include "${commoninc}"
.endif
.endfor