diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bio/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile index 3084f06d32..0402e3939a 100644 --- a/src/regress/lib/libcrypto/bio/Makefile +++ b/src/regress/lib/libcrypto/bio/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2023/04/25 15:29:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2023/04/25 19:48:24 tb Exp $ |
2 | 2 | ||
3 | PROGS += bio_asn1 | 3 | PROGS += bio_asn1 |
4 | PROGS += bio_chain | 4 | PROGS += bio_chain |
@@ -9,7 +9,9 @@ LDADD = -lcrypto | |||
9 | DPADD = ${LIBCRYPTO} | 9 | DPADD = ${LIBCRYPTO} |
10 | WARNINGS = Yes | 10 | WARNINGS = Yes |
11 | CFLAGS += -DLIBRESSL_INTERNAL -Werror | 11 | CFLAGS += -DLIBRESSL_INTERNAL -Werror |
12 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/asn1/ | ||
12 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ | 13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ |
14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring/ | ||
13 | 15 | ||
14 | LDADD_bio_asn1 = ${CRYPTO_INT} | 16 | LDADD_bio_asn1 = ${CRYPTO_INT} |
15 | 17 | ||