summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
committercvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
commitb1ddde874c215cc8891531ed92876f091b7eb83e (patch)
treeedb6da6af7e865d488dc1a29309f1e1ec226e603 /src/regress/lib/libssl/Makefile
parentf0a36529837a161734c802ae4c42e84e42347be2 (diff)
downloadopenbsd-tb_20250414.tar.gz
openbsd-tb_20250414.tar.bz2
openbsd-tb_20250414.zip
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
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>