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