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/verify/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/verify/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/verify/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/regress/lib/libssl/verify/Makefile b/src/regress/lib/libssl/verify/Makefile deleted file mode 100644 index 515b22e07a..0000000000 --- a/src/regress/lib/libssl/verify/Makefile +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1.1.1 2021/08/30 17:27:45 tb Exp $ | ||
| 2 | |||
| 3 | .if !(make(clean) || make(cleandir) || make(obj)) | ||
| 4 | . if !exists(/usr/local/libdata/perl5/site_perl/IO/Socket/SSL.pm) | ||
| 5 | regress: | ||
| 6 | @echo "missing package p5-IO-Socket-SSL" | ||
| 7 | @echo SKIPPED | ||
| 8 | . endif | ||
| 9 | .endif | ||
| 10 | PROGS += verify | ||
| 11 | |||
| 12 | .for p in ${PROGS} | ||
| 13 | REGRESS_TARGETS += run-$p | ||
| 14 | .endfor | ||
| 15 | |||
| 16 | LDADD = -lcrypto -lssl | ||
| 17 | DPADD = ${LIBCRYPTO} ${LIBSSL} | ||
| 18 | WARNINGS = Yes | ||
| 19 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror | ||
| 20 | |||
| 21 | PERL ?= perl | ||
| 22 | |||
| 23 | REGRESS_SETUP_ONCE += create-libressl-test-certs | ||
| 24 | create-libressl-test-certs: create-libressl-test-certs.pl | ||
| 25 | ${PERL} ${.CURDIR}/$@.pl | ||
| 26 | |||
| 27 | |||
| 28 | CLEANFILES += *.pem *.key | ||
| 29 | |||
| 30 | .for p in ${PROGS} | ||
| 31 | run-$p: $p | ||
| 32 | ./$p | ||
| 33 | |||
| 34 | .PHONY: run-$p | ||
| 35 | .endfor | ||
| 36 | |||
| 37 | .include <bsd.regress.mk> | ||
