diff options
| author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
| commit | b1ddde874c215cc8891531ed92876f091b7eb83e (patch) | |
| tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/regress/lib/libssl/Makefile | |
| parent | f0a36529837a161734c802ae4c42e84e42347be2 (diff) | |
| download | openbsd-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/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> | ||
