diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/api/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/regress/lib/libssl/api/Makefile b/src/regress/lib/libssl/api/Makefile deleted file mode 100644 index 7f745518eb..0000000000 --- a/src/regress/lib/libssl/api/Makefile +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2023/04/14 12:38:30 tb Exp $ | ||
2 | |||
3 | PROG= apitest | ||
4 | LDADD= -lssl -lcrypto | ||
5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
8 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../../libssl/certs\" | ||
9 | |||
10 | .include <bsd.regress.mk> | ||