summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/handshake/Makefile4
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
3PROGS += handshake_table 3PROGS += handshake_table
4PROGS += valid_handshakes_terminate 4PROGS += valid_handshakes_terminate
@@ -13,7 +13,7 @@ WARNINGS = Yes
13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl 13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl
14 14
15print: handshake_table 15print: handshake_table
16 ./handshake_table -C 16 @./handshake_table -C
17 17
18.for p in ${PROGS} 18.for p in ${PROGS}
19run-$p: $p 19run-$p: $p