diff options
author | tb <> | 2022-09-11 15:24:53 +0000 |
---|---|---|
committer | tb <> | 2022-09-11 15:24:53 +0000 |
commit | d6210f1e2ea8916607a09fb7d33a74b9d6848267 (patch) | |
tree | c141cd9b91c13865d3986ce6756561abdd4fd89a | |
parent | 3e2640f885663e101f66709fa8e3f287b28b7c94 (diff) | |
download | openbsd-d6210f1e2ea8916607a09fb7d33a74b9d6848267.tar.gz openbsd-d6210f1e2ea8916607a09fb7d33a74b9d6848267.tar.bz2 openbsd-d6210f1e2ea8916607a09fb7d33a74b9d6848267.zip |
link asn1object test statically in preparation for upcoming bump
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 453916d18d..4e94499c61 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.21 2022/07/12 13:31:38 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.22 2022/09/11 15:24:53 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -22,6 +22,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 | |||
22 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 22 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
23 | 23 | ||
24 | LDADD_asn1basic = ${CRYPTO_INT} | 24 | LDADD_asn1basic = ${CRYPTO_INT} |
25 | LDADD_asn1object = ${CRYPTO_INT} | ||
25 | 26 | ||
26 | .for p in ${PROGS} | 27 | .for p in ${PROGS} |
27 | REGRESS_TARGETS += run-$p | 28 | REGRESS_TARGETS += run-$p |