sync with OpenBSD -current
This commit is contained in:
parent
b467550def
commit
991d31b9d0
40 changed files with 217 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue