diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 15:24:54 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 15:24:54 +0000 |
commit | bb5298ca622e47c0e8a5e13dc31a77c6b53a5828 (patch) | |
tree | 7cdeac41743793215b2a12b334900adc7731fcd3 | |
parent | 2d8db7434dfbd4625dbb9297ea223060fcfdb94a (diff) |
link asn1object test statically in preparation for upcoming bump
-rw-r--r-- | regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/asn1/Makefile b/regress/lib/libcrypto/asn1/Makefile index 453916d18d1..4e94499c61c 100644 --- a/regress/lib/libcrypto/asn1/Makefile +++ b/regress/lib/libcrypto/asn1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2022/07/12 13:31:38 tb Exp $ +# $OpenBSD: Makefile,v 1.22 2022/09/11 15:24:53 tb Exp $ PROGS = \ asn1api \ @@ -22,6 +22,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring LDADD_asn1basic = ${CRYPTO_INT} +LDADD_asn1object = ${CRYPTO_INT} .for p in ${PROGS} REGRESS_TARGETS += run-$p |