diff options
Diffstat (limited to 'src/regress/lib/libssl/handshake/Makefile')
-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 |