diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 36 |
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 | |||
3 | SUBDIR += api | ||
4 | SUBDIR += asn1 | ||
5 | SUBDIR += buffer | ||
6 | SUBDIR += bytestring | ||
7 | SUBDIR += ciphers | ||
8 | SUBDIR += client | ||
9 | SUBDIR += dtls | ||
10 | SUBDIR += exporter | ||
11 | SUBDIR += handshake | ||
12 | SUBDIR += pqueue | ||
13 | SUBDIR += quic | ||
14 | SUBDIR += record | ||
15 | SUBDIR += record_layer | ||
16 | SUBDIR += renegotiation | ||
17 | SUBDIR += server | ||
18 | SUBDIR += shutdown | ||
19 | SUBDIR += ssl | ||
20 | SUBDIR += symbols | ||
21 | SUBDIR += tls | ||
22 | SUBDIR += tlsext | ||
23 | SUBDIR += tlslegacy | ||
24 | SUBDIR += key_schedule | ||
25 | SUBDIR += unit | ||
26 | SUBDIR += verify | ||
27 | |||
28 | # Things that take a long time should go below here. | ||
29 | SUBDIR += openssl-ruby | ||
30 | SUBDIR += rust-openssl | ||
31 | SUBDIR += tlsfuzzer | ||
32 | SUBDIR += interop | ||
33 | |||
34 | install: | ||
35 | |||
36 | .include <bsd.subdir.mk> | ||