diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl')
| -rw-r--r-- | src/regress/lib/libssl/interop/openssl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile index adc93e5ad5..e56312505f 100644 --- a/src/regress/lib/libssl/interop/openssl/Makefile +++ b/src/regress/lib/libssl/interop/openssl/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2018/11/11 00:15:04 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2020/10/29 06:05:12 tb Exp $ |
| 2 | 2 | ||
| 3 | .if ! exists(/usr/local/bin/eopenssl) | 3 | .if ! exists(/usr/local/bin/eopenssl) |
| 4 | regress: | 4 | regress: |
| 5 | # install openssl-1.0.2 from ports for interop tests | 5 | # install openssl-1.0.2 from ports for interop tests |
| 6 | @echo SKIPPED | 6 | @echo SKIPPED |
| 7 | .endif | 7 | .else |
| 8 | 8 | ||
| 9 | PROGS = client server | 9 | PROGS = client server |
| 10 | CPPFLAGS = -I /usr/local/include/eopenssl | 10 | CPPFLAGS = -I /usr/local/include/eopenssl |
| @@ -40,4 +40,6 @@ run-protocol-$p: $p-self.out | |||
| 40 | 40 | ||
| 41 | .endfor | 41 | .endfor |
| 42 | 42 | ||
| 43 | .endif # exists(/usr/local/bin/eopenssl) | ||
| 44 | |||
| 43 | .include <bsd.regress.mk> | 45 | .include <bsd.regress.mk> |
