From 2a8804197c88cfe37e2039730ecc14c3fbbced73 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 23 Jan 2019 08:31:25 +0000 Subject: do not print the command in the print: target --- src/regress/lib/libssl/handshake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index 8d42038a27..592e3b3f66 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/01/23 04:50:24 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2019/01/23 08:31:25 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -13,7 +13,7 @@ WARNINGS = Yes CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl print: handshake_table - ./handshake_table -C + @./handshake_table -C .for p in ${PROGS} run-$p: $p -- cgit v1.2.3-55-g6feb