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