diff options
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
-rw-r--r-- | src/regress/lib/libssl/client/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile deleted file mode 100644 index 7e2d7a3ecf..0000000000 --- a/src/regress/lib/libssl/client/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2024/07/20 18:37:38 tb Exp $ | ||
2 | |||
3 | PROG= clienttest | ||
4 | LDADD= ${SSL_INT} -lcrypto | ||
5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||