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 0b4248191a..6d5e7a64bf 100644
--- a/src/regress/lib/libssl/handshake/Makefile
+++ b/src/regress/lib/libssl/handshake/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2019/01/24 16:32:29 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2019/01/25 01:03:21 tb Exp $
2 2
3PROGS += handshake_table 3PROGS += handshake_table
4PROGS += valid_handshakes_terminate 4PROGS += valid_handshakes_terminate
@@ -21,7 +21,7 @@ handshake.gv: handshake_table
21 21
22CLEANFILES += handshake.gv 22CLEANFILES += handshake.gv
23 23
24.for _FMT in png svg ps 24.for _FMT in png ps svg
25handshake.${_FMT}: handshake.gv 25handshake.${_FMT}: handshake.gv
26 @if [ ! -x /usr/local/bin/dot ]; then \ 26 @if [ ! -x /usr/local/bin/dot ]; then \
27 echo "pkg_add graphviz to generate png"; \ 27 echo "pkg_add graphviz to generate png"; \