artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a6b7c
)
Link openssl 3.2 regress to build
author
tb
<tb@openbsd.org>
Wed, 4 Sep 2024 04:35:05 +0000
(
04:35
+0000)
committer
tb
<tb@openbsd.org>
Wed, 4 Sep 2024 04:35:05 +0000
(
04:35
+0000)
regress/usr.sbin/rpki-client/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/Makefile
b/regress/usr.sbin/rpki-client/Makefile
index
54afb19
..
5179aef
100644
(file)
--- a/
regress/usr.sbin/rpki-client/Makefile
+++ b/
regress/usr.sbin/rpki-client/Makefile
@@
-1,12
+1,11
@@
-# $OpenBSD: Makefile,v 1.1
2 2022/10/14 17:09:43
tb Exp $
+# $OpenBSD: Makefile,v 1.1
3 2024/09/04 04:35:05
tb Exp $
SUBDIR += libressl
.if exists(/usr/local/bin/eopenssl11)
SUBDIR += openssl11
-.else
-.END:
- @echo 'Run "pkg_add openssl--%1.1" to run tests against OpenSSL 1.1'
- @echo SKIPPED
+.endif
+.if exists(/usr/local/bin/eopenssl32)
+SUBDIR += openssl
.endif
.include <bsd.subdir.mk>