diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl')
-rw-r--r-- | src/regress/lib/libssl/interop/openssl/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile index ad0c7288ca..5c51c029ce 100644 --- a/src/regress/lib/libssl/interop/openssl/Makefile +++ b/src/regress/lib/libssl/interop/openssl/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 | .if ! exists(/usr/local/bin/eopenssl) | 3 | .if ! exists(/usr/local/bin/eopenssl) |
4 | regress: | 4 | regress: |
@@ -13,6 +13,13 @@ LDADD = -lssl -lcrypto | |||
13 | DPADD = /usr/local/lib/eopenssl/libssl.a \ | 13 | DPADD = /usr/local/lib/eopenssl/libssl.a \ |
14 | /usr/local/lib/eopenssl/libcrypto.a | 14 | /usr/local/lib/eopenssl/libcrypto.a |
15 | LD_LIBRARY_PATH = /usr/local/lib/eopenssl | 15 | LD_LIBRARY_PATH = /usr/local/lib/eopenssl |
16 | REGRESS_TARGETS = run-self | ||
17 | .for p in ${PROGS} | ||
18 | REGRESS_TARGETS += run-ldd-$p run-$p | ||
19 | .for x in nc self | ||
20 | REGRESS_TARGETS += run-version-$x-$p run-protocol-$x-$p | ||
21 | .endfor | ||
22 | .endfor | ||
16 | 23 | ||
17 | .for p in ${PROGS} | 24 | .for p in ${PROGS} |
18 | run-ldd-$p: ldd-$p.out | 25 | run-ldd-$p: ldd-$p.out |