summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
deleted file mode 100644
index 2b4925cf7c..0000000000
--- a/src/regress/lib/libcrypto/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
1# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $
2
3SUBDIR += aead
4SUBDIR += aeswrap
5SUBDIR += asn1
6SUBDIR += base64
7SUBDIR += bf
8SUBDIR += bio
9SUBDIR += bn
10SUBDIR += cast
11SUBDIR += chacha
12SUBDIR += cms
13SUBDIR += cts128
14SUBDIR += curve25519
15SUBDIR += des
16SUBDIR += dh
17SUBDIR += dsa
18SUBDIR += ec
19SUBDIR += ecdh
20SUBDIR += ecdsa
21SUBDIR += engine
22SUBDIR += evp
23SUBDIR += exp
24SUBDIR += free
25SUBDIR += gcm128
26SUBDIR += gost
27SUBDIR += hkdf
28SUBDIR += hmac
29SUBDIR += idea
30SUBDIR += ige
31SUBDIR += init
32SUBDIR += md4
33SUBDIR += md5
34SUBDIR += pbkdf2
35SUBDIR += pkcs7
36SUBDIR += poly1305
37SUBDIR += rand
38SUBDIR += rc2
39SUBDIR += rc4
40SUBDIR += rmd
41SUBDIR += rsa
42SUBDIR += sha1
43SUBDIR += sha2
44SUBDIR += sha256
45SUBDIR += sha512
46SUBDIR += sm3
47SUBDIR += sm4
48SUBDIR += utf8
49SUBDIR += wycheproof
50SUBDIR += x509
51# botan tests take 50 seconds, move to the end to fail early in other tests
52SUBDIR += botan
53
54install:
55
56.include <bsd.subdir.mk>