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, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile index 9cf10417af..568c4d255a 100644 --- a/src/regress/lib/libssl/interop/netcat/Makefile +++ b/src/regress/lib/libssl/interop/netcat/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2023/02/01 15:38:57 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2023/10/30 17:15:21 tb Exp $ |
2 | 2 | ||
3 | LIBRARIES = libressl | 3 | LIBRARIES = libressl |
4 | .if exists(/usr/local/bin/eopenssl11) | 4 | .if exists(/usr/local/bin/eopenssl11) |
@@ -7,6 +7,9 @@ LIBRARIES += openssl11 | |||
7 | .if exists(/usr/local/bin/eopenssl30) | 7 | .if exists(/usr/local/bin/eopenssl30) |
8 | LIBRARIES += openssl30 | 8 | LIBRARIES += openssl30 |
9 | .endif | 9 | .endif |
10 | .if exists(/usr/local/bin/eopenssl31) | ||
11 | LIBRARIES += openssl31 | ||
12 | .endif | ||
10 | 13 | ||
11 | # run netcat server and connect with test client | 14 | # run netcat server and connect with test client |
12 | 15 | ||