diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index c1a6018f98..d6dbc2f8eb 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,12 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.56 2024/03/26 01:18:16 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $ |
2 | 2 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
5 | SUBDIR += buffer | 5 | SUBDIR += buffer |
6 | SUBDIR += bytestring | 6 | SUBDIR += bytestring |
7 | SUBDIR += ciphers | 7 | SUBDIR += ciphers |
8 | #Disable for now for upcoming changes. This needs to be easier to deal with. | 8 | SUBDIR += client |
9 | #SUBDIR += client | ||
10 | SUBDIR += dtls | 9 | SUBDIR += dtls |
11 | SUBDIR += exporter | 10 | SUBDIR += exporter |
12 | SUBDIR += handshake | 11 | SUBDIR += handshake |