summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
deleted file mode 100644
index b9e2afd2e0..0000000000
--- a/src/regress/lib/libssl/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
1# $OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb Exp $
2
3SUBDIR += api
4SUBDIR += asn1
5SUBDIR += buffer
6SUBDIR += bytestring
7SUBDIR += ciphers
8SUBDIR += client
9SUBDIR += dtls
10SUBDIR += exporter
11SUBDIR += handshake
12SUBDIR += pqueue
13SUBDIR += quic
14SUBDIR += record
15SUBDIR += record_layer
16SUBDIR += server
17SUBDIR += ssl
18SUBDIR += tls
19SUBDIR += tlsext
20SUBDIR += tlslegacy
21SUBDIR += key_schedule
22SUBDIR += unit
23SUBDIR += verify
24
25# Things that take a long time should go below here.
26SUBDIR += openssl-ruby
27SUBDIR += rust-openssl
28SUBDIR += tlsfuzzer
29SUBDIR += interop
30
31install:
32
33.include <bsd.subdir.mk>