From 9cc0fa2aab59bb9ad4c44ae7edcfbc3db2e1a781 Mon Sep 17 00:00:00 2001 From: bluhm Date: Fri, 3 Sep 2021 11:58:24 +0000 Subject: [PATCH] Make Bob happy. --- regress/lib/libssl/interop/cert/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/lib/libssl/interop/cert/Makefile b/regress/lib/libssl/interop/cert/Makefile index a8ea88aaa37..6698975d7e8 100644 --- a/regress/lib/libssl/interop/cert/Makefile +++ b/regress/lib/libssl/interop/cert/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:11 bluhm Exp $ +# $OpenBSD: Makefile,v 1.7 2021/09/03 11:58:24 bluhm Exp $ # Connect a client to a server. Both can be current libressl, or # 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 .endfor .endfor +REGRESS_TARGETS += run-bob +run-bob: + @echo Bob, be happy! Tests finished. + # argument list too long for a single rm * clean: _SUBDIRUSE -- 2.20.1