diff options
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> | ||
