diff options
-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 |