diff options
Diffstat (limited to 'src/regress/lib/libssl/asn1/Makefile')
-rw-r--r-- | src/regress/lib/libssl/asn1/Makefile | 3 |
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 | ||
3 | PROG= asn1test | 3 | PROG= asn1test |
4 | LDADD= -lcrypto -lssl | 4 | LDADD= -lcrypto -lssl |
@@ -6,5 +6,6 @@ DPADD= ${LIBCRYPTO} ${LIBSSL} | |||
6 | 6 | ||
7 | WARNINGS= Yes | 7 | WARNINGS= Yes |
8 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 8 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
9 | 10 | ||
10 | .include <bsd.regress.mk> | 11 | .include <bsd.regress.mk> |