diff options
author | tb <> | 2024-06-15 08:39:47 +0000 |
---|---|---|
committer | tb <> | 2024-06-15 08:39:47 +0000 |
commit | 08a8c089011b1bc65200603fab064a1c64d73803 (patch) | |
tree | 2a1f7624f581c01cefd71ba4a8533fc859cd0d57 /src | |
parent | 6064df5f6e6eb20c23655f7b64bc58eda1789acf (diff) | |
download | openbsd-08a8c089011b1bc65200603fab064a1c64d73803.tar.gz openbsd-08a8c089011b1bc65200603fab064a1c64d73803.tar.bz2 openbsd-08a8c089011b1bc65200603fab064a1c64d73803.zip |
openssl-ruby: prepare test for default ruby switch
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 40b6a374d5..bf29045bcd 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.11 2023/09/24 07:01:40 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2024/06/15 08:39:47 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/ruby32) | ||
4 | RUBY_BINREV = 32 | 5 | RUBY_BINREV = 32 |
6 | .else | ||
7 | RUBY_BINREV = 33 | ||
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 |