diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index 77aaab0fd7..6e77ed963c 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.18 2026/06/18 02:48:09 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2026/06/18 03:56:36 tb Exp $ |
| 2 | 2 | ||
| 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests | 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests |
| 4 | .if exists(/usr/local/bin/ruby34) | 4 | .if exists(/usr/local/bin/ruby40) |
| 5 | RUBY_BINREV = 34 | ||
| 6 | .else | ||
| 7 | RUBY_BINREV = 40 | 5 | RUBY_BINREV = 40 |
| 6 | .else | ||
| 7 | RUBY_BINREV = 34 | ||
| 8 | .endif | 8 | .endif |
| 9 | RUBY = ruby${RUBY_BINREV} | 9 | RUBY = ruby${RUBY_BINREV} |
| 10 | 10 | ||
