diff options
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 17817514ac..307c8b6928 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.13 2022/01/12 07:55:25 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2022/01/12 08:45:09 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -14,11 +14,13 @@ PROGS = \ | |||
14 | DPADD+= ${LIBCRYPTO} ${LIBSSL} | 14 | DPADD+= ${LIBCRYPTO} ${LIBSSL} |
15 | WARNINGS= Yes | 15 | WARNINGS= Yes |
16 | LDFLAGS+= -lcrypto | 16 | LDFLAGS+= -lcrypto |
17 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 17 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL |
18 | CFLAGS+= -Wall -Wundef -Werror | ||
18 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 | 19 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 |
19 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 20 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
20 | 21 | ||
21 | LDADD_asn1basic = ${CRYPTO_INT} | 22 | LDADD_asn1basic = ${CRYPTO_INT} |
23 | LDADD_asn1x509 = ${CRYPTO_INT} # XXX Remove after bump | ||
22 | 24 | ||
23 | .for p in ${PROGS} | 25 | .for p in ${PROGS} |
24 | REGRESS_TARGETS += run-$p | 26 | REGRESS_TARGETS += run-$p |