diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/netcat/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/netcat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile index 3e3e4efd1e..ee6fc7e103 100644 --- a/src/regress/lib/libssl/interop/netcat/Makefile +++ b/src/regress/lib/libssl/interop/netcat/Makefile | |||
@@ -1,12 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2024/08/18 09:14:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2024/08/18 10:02:10 tb Exp $ |
2 | 2 | ||
3 | LIBRARIES = libressl | 3 | LIBRARIES = libressl |
4 | .if exists(/usr/local/bin/eopenssl11) | 4 | .if exists(/usr/local/bin/eopenssl11) |
5 | LIBRARIES += openssl11 | 5 | LIBRARIES += openssl11 |
6 | .endif | 6 | .endif |
7 | .if exists(/usr/local/bin/eopenssl30) | ||
8 | LIBRARIES += openssl30 | ||
9 | .endif | ||
10 | .if exists(/usr/local/bin/eopenssl31) | 7 | .if exists(/usr/local/bin/eopenssl31) |
11 | LIBRARIES += openssl31 | 8 | LIBRARIES += openssl31 |
12 | .endif | 9 | .endif |