diff options
author | bluhm <> | 2020-12-17 00:51:12 +0000 |
---|---|---|
committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
commit | 3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch) | |
tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libssl/handshake | |
parent | a931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff) | |
download | openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.gz openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.bz2 openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.zip |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libssl/handshake')
-rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index 626bf4767a..aa0f70bd3b 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2019/11/06 10:28:58 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ |
2 | 2 | ||
3 | PROGS += handshake_table | 3 | PROGS += handshake_table |
4 | PROGS += valid_handshakes_terminate | 4 | PROGS += valid_handshakes_terminate |
@@ -34,7 +34,6 @@ CLEANFILES += handshake.${_FMT} | |||
34 | 34 | ||
35 | .for p in ${PROGS} | 35 | .for p in ${PROGS} |
36 | run-$p: $p | 36 | run-$p: $p |
37 | @echo '\n======== $@ ========' | ||
38 | ./$p | 37 | ./$p |
39 | 38 | ||
40 | .PHONY: run-$p | 39 | .PHONY: run-$p |