diff options
Diffstat (limited to 'src/regress/lib/libssl/shutdown/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/shutdown/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/regress/lib/libssl/shutdown/Makefile b/src/regress/lib/libssl/shutdown/Makefile deleted file mode 100644 index d6a9a30544..0000000000 --- a/src/regress/lib/libssl/shutdown/Makefile +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2024/03/20 10:38:05 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= shutdowntest | ||
| 4 | LDADD= -lssl -lcrypto | ||
| 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
| 8 | |||
| 9 | REGRESS_TARGETS= \ | ||
| 10 | regress-shutdowntest | ||
| 11 | |||
| 12 | regress-shutdowntest: ${PROG} | ||
| 13 | ./shutdowntest \ | ||
| 14 | ${.CURDIR}/../../libssl/certs/server1-rsa.pem \ | ||
| 15 | ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \ | ||
| 16 | ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem | ||
| 17 | |||
| 18 | .include <bsd.regress.mk> | ||
