diff options
author | tb <> | 2019-01-23 08:31:25 +0000 |
---|---|---|
committer | tb <> | 2019-01-23 08:31:25 +0000 |
commit | cd8978ff3fd0cf8df55344d8bd0b02a25594ffed (patch) | |
tree | bb98737e48c25bfa7875498e0d94cf3783b4509f | |
parent | fd4cd0f045468867cff8fa9ddc6c1e40ec7a7212 (diff) | |
download | openbsd-cd8978ff3fd0cf8df55344d8bd0b02a25594ffed.tar.gz openbsd-cd8978ff3fd0cf8df55344d8bd0b02a25594ffed.tar.bz2 openbsd-cd8978ff3fd0cf8df55344d8bd0b02a25594ffed.zip |
do not print the command in the print: target
-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 |