diff options
| author | bluhm <> | 2021-09-03 11:58:24 +0000 |
|---|---|---|
| committer | bluhm <> | 2021-09-03 11:58:24 +0000 |
| commit | c49f54bd21b91f7bf439543ffad1572e290083d4 (patch) | |
| tree | 705a47d46dc48799d2a2b21847f550798532d9b3 /src | |
| parent | eabb493f0d6e4fe79346324ce6f5ac67a874928a (diff) | |
| download | openbsd-c49f54bd21b91f7bf439543ffad1572e290083d4.tar.gz openbsd-c49f54bd21b91f7bf439543ffad1572e290083d4.tar.bz2 openbsd-c49f54bd21b91f7bf439543ffad1572e290083d4.zip | |
Make Bob happy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/interop/cert/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile index a8ea88aaa3..6698975d7e 100644 --- a/src/regress/lib/libssl/interop/cert/Makefile +++ b/src/regress/lib/libssl/interop/cert/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2021/09/03 11:58:24 bluhm Exp $ |
| 2 | 2 | ||
| 3 | # Connect a client to a server. Both can be current libressl, or | 3 | # Connect a client to a server. Both can be current libressl, or |
| 4 | # openssl 1.0.2, or openssl 1.1. Create client and server certificates | 4 | # openssl 1.0.2, or openssl 1.1. Create client and server certificates |
| @@ -76,6 +76,10 @@ run-cert-client-${clib}-${cca}-${ccert}-${cv}-server-${slib}-${sca}-${scert}-${s | |||
| 76 | .endfor | 76 | .endfor |
| 77 | .endfor | 77 | .endfor |
| 78 | 78 | ||
| 79 | REGRESS_TARGETS += run-bob | ||
| 80 | run-bob: | ||
| 81 | @echo Bob, be happy! Tests finished. | ||
| 82 | |||
| 79 | # argument list too long for a single rm * | 83 | # argument list too long for a single rm * |
| 80 | 84 | ||
| 81 | clean: _SUBDIRUSE | 85 | clean: _SUBDIRUSE |
