diff options
| author | cvs2svn <admin@example.com> | 2023-07-15 19:29:46 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2023-07-15 19:29:46 +0000 |
| commit | 72cc860132e5b7971e495ba621dcd0713b5dd801 (patch) | |
| tree | eb2977d6a31db45cc5481c643fa2a77238fa93bb /src/regress/lib/libssl/handshake/Makefile | |
| parent | 0d87a20f1d7f7c6ae9a6cbb5bc3c2235ee3fe18a (diff) | |
| download | openbsd-tb_20230715.tar.gz openbsd-tb_20230715.tar.bz2 openbsd-tb_20230715.zip | |
This commit was manufactured by cvs2git to create tag 'tb_20230715'.tb_20230715
Diffstat (limited to 'src/regress/lib/libssl/handshake/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile deleted file mode 100644 index 77e128929f..0000000000 --- a/src/regress/lib/libssl/handshake/Makefile +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.10 2022/12/02 01:09:04 tb Exp $ | ||
| 2 | |||
| 3 | PROGS += handshake_table | ||
| 4 | PROGS += valid_handshakes_terminate | ||
| 5 | |||
| 6 | LDADD = ${SSL_INT} -lcrypto | ||
| 7 | DPADD = ${LIBCRYPTO} ${LIBSSL} | ||
| 8 | WARNINGS = Yes | ||
| 9 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror | ||
| 10 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
| 11 | |||
| 12 | print: handshake_table | ||
| 13 | @./handshake_table -C | ||
| 14 | |||
| 15 | handshake.gv: handshake_table | ||
| 16 | ./handshake_table -g > $@.tmp | ||
| 17 | mv $@.tmp $@ | ||
| 18 | |||
| 19 | CLEANFILES += handshake.gv | ||
| 20 | |||
| 21 | .for _FMT in png ps svg | ||
| 22 | handshake.${_FMT}: handshake.gv | ||
| 23 | @if [ ! -x /usr/local/bin/dot ]; then \ | ||
| 24 | echo "pkg_add graphviz to generate png"; \ | ||
| 25 | false; \ | ||
| 26 | fi | ||
| 27 | dot -T${_FMT} handshake.gv -o $@ | ||
| 28 | |||
| 29 | CLEANFILES += handshake.${_FMT} | ||
| 30 | .endfor | ||
| 31 | |||
| 32 | .PHONY: print | ||
| 33 | |||
| 34 | .include <bsd.regress.mk> | ||
