summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/botan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/botan/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/botan/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile
index 7d5435f9d2..a162ee9e17 100644
--- a/src/regress/lib/libssl/interop/botan/Makefile
+++ b/src/regress/lib/libssl/interop/botan/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2020/10/30 03:12:40 tb Exp $ 1# $OpenBSD: Makefile,v 1.4 2020/12/17 00:51:11 bluhm Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -37,7 +37,6 @@ DPADD = /usr/local/lib/libbotan-2.a
37REGRESS_TARGETS += run-client-botan-server-${lib} 37REGRESS_TARGETS += run-client-botan-server-${lib}
38 38
39run-client-botan-server-${lib}: client server.crt 39run-client-botan-server-${lib}: client server.crt
40 @echo '\n======== $@ ========'
41 LD_LIBRARY_PATH=/usr/local/lib/e${lib} \ 40 LD_LIBRARY_PATH=/usr/local/lib/e${lib} \
42 ../${lib}/server >server-${lib}.out \ 41 ../${lib}/server >server-${lib}.out \
43 -c server.crt -k server.key \ 42 -c server.crt -k server.key \