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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index f7a2df5459..d4da1bf7a9 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2015/09/25 16:12:30 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2015/09/29 04:54:23 beck Exp $
2 2
3TESTS = \ 3TESTS = \
4 asn1time 4 asn1time rfc5280time
5 5
6REGRESS_TARGETS= all_tests 6REGRESS_TARGETS= all_tests
7 7