summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index a8796ebe31..59e5057511 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.19 2023/04/28 09:11:35 beck Exp $ 1# $OpenBSD: Makefile,v 1.20 2023/04/30 04:59:20 tb Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4PROGS += expirecallback callbackfailures x509_asn1 4PROGS += expirecallback callbackfailures x509_asn1
@@ -24,9 +24,6 @@ CLEANFILES += x509name.result callback.out
24. endif 24. endif
25.endif 25.endif
26 26
27run-regress-x509_asn1: x509_asn1
28 ./x509_asn1
29
30run-regress-verify: verify 27run-regress-verify: verify
31 perl ${.CURDIR}/make-dir-roots.pl ${.CURDIR}/../certs . 28 perl ${.CURDIR}/make-dir-roots.pl ${.CURDIR}/../certs .
32 ./verify ${.CURDIR}/../certs 29 ./verify ${.CURDIR}/../certs