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/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
deleted file mode 100644
index e0813b40b3..0000000000
--- a/src/regress/lib/libssl/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
1# $OpenBSD: Makefile,v 1.58 2025/02/01 12:27:11 jsing 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 += renegotiation
17SUBDIR += server
18SUBDIR += shutdown
19SUBDIR += ssl
20SUBDIR += symbols
21SUBDIR += tls
22SUBDIR += tlsext
23SUBDIR += tlslegacy
24SUBDIR += key_schedule
25SUBDIR += unit
26SUBDIR += verify
27
28# Things that take a long time should go below here.
29SUBDIR += openssl-ruby
30SUBDIR += rust-openssl
31SUBDIR += tlsfuzzer
32SUBDIR += interop
33
34install:
35
36.include <bsd.subdir.mk>