summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/Makefile
blob: 2b4925cf7c9e04fd544fe572ad10562bf8b2431a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#	$OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $

SUBDIR += aead
SUBDIR += aeswrap
SUBDIR += asn1
SUBDIR += base64
SUBDIR += bf
SUBDIR += bio
SUBDIR += bn
SUBDIR += cast
SUBDIR += chacha
SUBDIR += cms
SUBDIR += cts128
SUBDIR += curve25519
SUBDIR += des
SUBDIR += dh
SUBDIR += dsa
SUBDIR += ec
SUBDIR += ecdh
SUBDIR += ecdsa
SUBDIR += engine
SUBDIR += evp
SUBDIR += exp
SUBDIR += free
SUBDIR += gcm128
SUBDIR += gost
SUBDIR += hkdf
SUBDIR += hmac
SUBDIR += idea
SUBDIR += ige
SUBDIR += init
SUBDIR += md4
SUBDIR += md5
SUBDIR += pbkdf2
SUBDIR += pkcs7
SUBDIR += poly1305
SUBDIR += rand
SUBDIR += rc2
SUBDIR += rc4
SUBDIR += rmd
SUBDIR += rsa
SUBDIR += sha1
SUBDIR += sha2
SUBDIR += sha256
SUBDIR += sha512
SUBDIR += sm3
SUBDIR += sm4
SUBDIR += utf8
SUBDIR += wycheproof
SUBDIR += x509
# botan tests take 50 seconds, move to the end to fail early in other tests
SUBDIR += botan

install:

.include <bsd.subdir.mk>