diff options
Diffstat (limited to 'src')
-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 |