diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/asn1/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/regress/lib/libssl/asn1/Makefile b/src/regress/lib/libssl/asn1/Makefile deleted file mode 100644 index 16fca9f6ca..0000000000 --- a/src/regress/lib/libssl/asn1/Makefile +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2021/06/30 18:09:46 jsing Exp $ | ||
2 | |||
3 | PROG= asn1test | ||
4 | LDADD= -lcrypto -lssl | ||
5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | ||
6 | |||
7 | WARNINGS= Yes | ||
8 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
10 | |||
11 | .include <bsd.regress.mk> | ||