summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/libressl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/libressl/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/libressl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/libressl/Makefile b/src/regress/lib/libssl/interop/libressl/Makefile
index 19557ffbc1..6923e12469 100644
--- a/src/regress/lib/libssl/interop/libressl/Makefile
+++ b/src/regress/lib/libssl/interop/libressl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2018/11/07 20:46:28 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.4 2018/11/09 06:30:41 bluhm Exp $
2 2
3PROGS = client server 3PROGS = client server
4CPPFLAGS = 4CPPFLAGS =
@@ -6,6 +6,13 @@ LDFLAGS =
6LDADD = -lssl -lcrypto 6LDADD = -lssl -lcrypto
7DPADD = ${LIBSSL} ${LIBCRYPTO} 7DPADD = ${LIBSSL} ${LIBCRYPTO}
8LD_LIBRARY_PATH = 8LD_LIBRARY_PATH =
9REGRESS_TARGETS = run-self
10.for p in ${PROGS}
11REGRESS_TARGETS += run-ldd-$p run-$p
12.for x in nc self
13REGRESS_TARGETS += run-version-$x-$p run-protocol-$x-$p
14.endfor
15.endfor
9 16
10run-protocol-self-client run-protocol-self-server \ 17run-protocol-self-client run-protocol-self-server \
11run-protocol-nc-client run-protocol-nc-server: 18run-protocol-nc-client run-protocol-nc-server: