diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index dd7243fe3f..f435270ae9 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
@@ -1,7 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2022/05/08 19:03:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2022/05/10 19:27:21 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/ruby31) | ||
4 | RUBY_BINREV = 31 | 5 | RUBY_BINREV = 31 |
6 | .else | ||
7 | RUBY_BINREV = 30 | ||
8 | .endif | ||
5 | RUBY = ruby${RUBY_BINREV} | 9 | RUBY = ruby${RUBY_BINREV} |
6 | 10 | ||
7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose | 11 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose |