sync with OpenBSD -current

This commit is contained in:
purplerain 2024-06-15 20:09:39 +00:00
parent b467550def
commit 991d31b9d0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
40 changed files with 217 additions and 55 deletions

View file

@ -1,7 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2023/09/24 07:01:40 tb Exp $
# $OpenBSD: Makefile,v 1.12 2024/06/15 08:39:47 tb Exp $
OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests
.if exists(/usr/local/bin/ruby32)
RUBY_BINREV = 32
.else
RUBY_BINREV = 33
.endif
RUBY = ruby${RUBY_BINREV}
# We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose