diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/botan')
| -rw-r--r-- | src/regress/lib/libssl/interop/botan/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile index e20553012a..85877d4290 100644 --- a/src/regress/lib/libssl/interop/botan/Makefile +++ b/src/regress/lib/libssl/interop/botan/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.9 2024/08/18 10:02:10 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2025/01/15 10:54:17 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -20,14 +20,11 @@ CXX = /usr/local/bin/eg++ | |||
| 20 | .endif | 20 | .endif |
| 21 | 21 | ||
| 22 | LIBRARIES = libressl | 22 | LIBRARIES = libressl |
| 23 | .if exists(/usr/local/bin/eopenssl11) | 23 | .if exists(/usr/local/bin/eopenssl33) |
| 24 | LIBRARIES += openssl11 | 24 | LIBRARIES += openssl33 |
| 25 | .endif | 25 | .endif |
| 26 | .if exists(/usr/local/bin/eopenssl31) | 26 | .if exists(/usr/local/bin/eopenssl34) |
| 27 | LIBRARIES += openssl31 | 27 | LIBRARIES += openssl34 |
| 28 | .endif | ||
| 29 | .if exists(/usr/local/bin/eopenssl32) | ||
| 30 | LIBRARIES += openssl32 | ||
| 31 | .endif | 28 | .endif |
| 32 | 29 | ||
| 33 | PROGS = client | 30 | PROGS = client |
