summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2023-07-15 19:29:46 +0000
committercvs2svn <admin@example.com>2023-07-15 19:29:46 +0000
commit72cc860132e5b7971e495ba621dcd0713b5dd801 (patch)
treeeb2977d6a31db45cc5481c643fa2a77238fa93bb /src/regress/lib/libssl/Makefile
parent0d87a20f1d7f7c6ae9a6cbb5bc3c2235ee3fe18a (diff)
downloadopenbsd-tb_20230715.tar.gz
openbsd-tb_20230715.tar.bz2
openbsd-tb_20230715.zip
This commit was manufactured by cvs2git to create tag 'tb_20230715'.tb_20230715
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>