diff options
author | bluhm <> | 2021-09-03 11:58:24 +0000 |
---|---|---|
committer | bluhm <> | 2021-09-03 11:58:24 +0000 |
commit | 9d9a1ae1533f1df1d3ef2ac6f613ede1c604432b (patch) | |
tree | 705a47d46dc48799d2a2b21847f550798532d9b3 /src | |
parent | 994245ef52a1aae31fcfe4b4f477541af4815037 (diff) | |
download | openbsd-9d9a1ae1533f1df1d3ef2ac6f613ede1c604432b.tar.gz openbsd-9d9a1ae1533f1df1d3ef2ac6f613ede1c604432b.tar.bz2 openbsd-9d9a1ae1533f1df1d3ef2ac6f613ede1c604432b.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 |