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/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
deleted file mode 100644
index 38e3304eb4..0000000000
--- a/src/regress/lib/libcrypto/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
1# $OpenBSD: Makefile,v 1.32 2018/07/25 18:04:09 jsing Exp $
2
3SUBDIR= \
4 aead \
5 aeswrap \
6 asn1 \
7 base64 \
8 bf \
9 bio \
10 bn \
11 cast \
12 chacha \
13 cts128 \
14 curve25519 \
15 des \
16 dh \
17 dsa \
18 ec \
19 ecdh \
20 ecdsa \
21 engine \
22 evp \
23 exp \
24 free \
25 gcm128 \
26 gost \
27 hkdf \
28 hmac \
29 idea \
30 ige \
31 init \
32 md4 \
33 md5 \
34 pbkdf2 \
35 pkcs7 \
36 poly1305 \
37 rand \
38 rc2 \
39 rc4 \
40 rmd \
41 rsa \
42 sha1 \
43 sha2 \
44 sha256 \
45 sha512 \
46 utf8 \
47 wycheproof \
48 x509
49
50install:
51
52.include <bsd.subdir.mk>