summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
authortb <>2019-01-23 08:31:25 +0000
committertb <>2019-01-23 08:31:25 +0000
commit2a8804197c88cfe37e2039730ecc14c3fbbced73 (patch)
treebb98737e48c25bfa7875498e0d94cf3783b4509f /src/regress
parent2b8dd79762b20a8565d77c839ed6f79cf915afd0 (diff)
downloadopenbsd-2a8804197c88cfe37e2039730ecc14c3fbbced73.tar.gz
openbsd-2a8804197c88cfe37e2039730ecc14c3fbbced73.tar.bz2
openbsd-2a8804197c88cfe37e2039730ecc14c3fbbced73.zip
do not print the command in the print: target
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libssl/handshake/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.2 2019/01/23 04:50:24 tb Exp $ 1# $OpenBSD: Makefile,v 1.3 2019/01/23 08:31:25 tb Exp $
2 2
3PROGS += handshake_table 3PROGS += handshake_table
4PROGS += valid_handshakes_terminate 4PROGS += valid_handshakes_terminate
@@ -13,7 +13,7 @@ WARNINGS = Yes
13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl 13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl
14 14
15print: handshake_table 15print: handshake_table
16 ./handshake_table -C 16 @./handshake_table -C
17 17
18.for p in ${PROGS} 18.for p in ${PROGS}
19run-$p: $p 19run-$p: $p