diff options
author | tb <> | 2019-01-23 08:31:25 +0000 |
---|---|---|
committer | tb <> | 2019-01-23 08:31:25 +0000 |
commit | 2a8804197c88cfe37e2039730ecc14c3fbbced73 (patch) | |
tree | bb98737e48c25bfa7875498e0d94cf3783b4509f /src/regress | |
parent | 2b8dd79762b20a8565d77c839ed6f79cf915afd0 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROGS += handshake_table | 3 | PROGS += handshake_table |
4 | PROGS += valid_handshakes_terminate | 4 | PROGS += valid_handshakes_terminate |
@@ -13,7 +13,7 @@ WARNINGS = Yes | |||
13 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl | 13 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl |
14 | 14 | ||
15 | print: handshake_table | 15 | print: handshake_table |
16 | ./handshake_table -C | 16 | @./handshake_table -C |
17 | 17 | ||
18 | .for p in ${PROGS} | 18 | .for p in ${PROGS} |
19 | run-$p: $p | 19 | run-$p: $p |