diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-25 01:03:22 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-25 01:03:22 +0000 |
commit | a97003e21e240b4408bbed777751c4ec8e3ed838 (patch) | |
tree | 85a3b57ae05eaa6058cdb5f2d3c9e2112bae6e48 /regress | |
parent | 19e57109cd585cb86d263decaeaf7c719b3fc826 (diff) |
sort output suffixes
Diffstat (limited to 'regress')
-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"; \ |