diff options
| author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
| commit | b1ddde874c215cc8891531ed92876f091b7eb83e (patch) | |
| tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/regress/lib/libssl/handshake/Makefile | |
| parent | f0a36529837a161734c802ae4c42e84e42347be2 (diff) | |
| download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip | |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
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> | ||
