diff options
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 307c8b6928..44de13520a 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2022/01/12 08:45:09 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2022/01/14 09:38:50 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -14,13 +14,12 @@ 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 -DLIBRESSL_CRYPTO_INTERNAL | 17 | CFLAGS+= -DLIBRESSL_INTERNAL |
18 | CFLAGS+= -Wall -Wundef -Werror | 18 | CFLAGS+= -Wall -Wundef -Werror |
19 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 | 19 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 |
20 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 20 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
21 | 21 | ||
22 | LDADD_asn1basic = ${CRYPTO_INT} | 22 | LDADD_asn1basic = ${CRYPTO_INT} |
23 | LDADD_asn1x509 = ${CRYPTO_INT} # XXX Remove after bump | ||
24 | 23 | ||
25 | .for p in ${PROGS} | 24 | .for p in ${PROGS} |
26 | REGRESS_TARGETS += run-$p | 25 | REGRESS_TARGETS += run-$p |