summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-01-23 08:31:26 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-01-23 08:31:26 +0000
commit7f6b99440167977dda5a7c1866208488b53102f3 (patch)
tree39de6451d7319a887b3454964a79595757ccdbba /regress/lib/libssl
parent9a7883e58c9d81ebe27ce0b344d0a369c4f0ba8d (diff)
do not print the command in the print: target
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r--regress/lib/libssl/handshake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/Makefile b/regress/lib/libssl/handshake/Makefile
index 8d42038a270..592e3b3f661 100644
--- a/regress/lib/libssl/handshake/Makefile
+++ b/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