summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index d00d41a95e..173a51f442 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.25 2023/10/11 12:49:00 tb Exp $ 1# $OpenBSD: Makefile,v 1.26 2023/12/15 22:24:15 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -12,7 +12,6 @@ PROGS = \
12 asn1time \ 12 asn1time \
13 asn1x509 \ 13 asn1x509 \
14 rfc5280time \ 14 rfc5280time \
15 string_table \
16 x509_algor 15 x509_algor
17 16
18DPADD+= ${LIBCRYPTO} 17DPADD+= ${LIBCRYPTO}