summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-01-25 01:03:21 +0000
committertb <>2019-01-25 01:03:21 +0000
commit1b460a940577948f56fd354111f1d709e7b4fb78 (patch)
treecda95b60d7bce322f692da4ff96c1a44739c24cb /src
parentf8c2e2a6e61ac83e4628c06c0cf58417190fe848 (diff)
downloadopenbsd-1b460a940577948f56fd354111f1d709e7b4fb78.tar.gz
openbsd-1b460a940577948f56fd354111f1d709e7b4fb78.tar.bz2
openbsd-1b460a940577948f56fd354111f1d709e7b4fb78.zip
sort output suffixes
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"; \