summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index a92ca39e9a..453916d18d 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.20 2022/06/28 08:44:26 tb Exp $ 1# $OpenBSD: Makefile,v 1.21 2022/07/12 13:31:38 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -23,9 +23,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
23 23
24LDADD_asn1basic = ${CRYPTO_INT} 24LDADD_asn1basic = ${CRYPTO_INT}
25 25
26# XXX needs to be static until symbols are exposed
27LDADD_asn1time = ${CRYPTO_INT}
28
29.for p in ${PROGS} 26.for p in ${PROGS}
30REGRESS_TARGETS += run-$p 27REGRESS_TARGETS += run-$p
31 28