diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/libressl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/libressl/Makefile | 9 |
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 | ||
3 | PROGS = client server | 3 | PROGS = client server |
4 | CPPFLAGS = | 4 | CPPFLAGS = |
@@ -6,6 +6,13 @@ LDFLAGS = | |||
6 | LDADD = -lssl -lcrypto | 6 | LDADD = -lssl -lcrypto |
7 | DPADD = ${LIBSSL} ${LIBCRYPTO} | 7 | DPADD = ${LIBSSL} ${LIBCRYPTO} |
8 | LD_LIBRARY_PATH = | 8 | LD_LIBRARY_PATH = |
9 | REGRESS_TARGETS = run-self | ||
10 | .for p in ${PROGS} | ||
11 | REGRESS_TARGETS += run-ldd-$p run-$p | ||
12 | .for x in nc self | ||
13 | REGRESS_TARGETS += run-version-$x-$p run-protocol-$x-$p | ||
14 | .endfor | ||
15 | .endfor | ||
9 | 16 | ||
10 | run-protocol-self-client run-protocol-self-server \ | 17 | run-protocol-self-client run-protocol-self-server \ |
11 | run-protocol-nc-client run-protocol-nc-server: | 18 | run-protocol-nc-client run-protocol-nc-server: |