diff options
-rw-r--r-- | regress/lib/libssl/handshake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/Makefile b/regress/lib/libssl/handshake/Makefile index 0b4248191a1..6d5e7a64bf6 100644 --- a/regress/lib/libssl/handshake/Makefile +++ b/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/01/24 16:32:29 tb Exp $ +# $OpenBSD: Makefile,v 1.5 2019/01/25 01:03:21 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -21,7 +21,7 @@ handshake.gv: handshake_table CLEANFILES += handshake.gv -.for _FMT in png svg ps +.for _FMT in png ps svg handshake.${_FMT}: handshake.gv @if [ ! -x /usr/local/bin/dot ]; then \ echo "pkg_add graphviz to generate png"; \ |