summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index 8b659b7f09..6e4c35f550 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.16 2023/03/02 21:15:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.17 2023/04/25 21:51:44 job Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4PROGS += expirecallback callbackfailures 4PROGS += expirecallback callbackfailures dercache
5LDADD = -lcrypto 5LDADD = -lcrypto
6DPADD = ${LIBCRYPTO} 6DPADD = ${LIBCRYPTO}
7 7
@@ -24,6 +24,9 @@ CLEANFILES += x509name.result callback.out
24. endif 24. endif
25.endif 25.endif
26 26
27run-regress-dercache: dercache
28 ./dercache
29
27run-regress-verify: verify 30run-regress-verify: verify
28 perl ${.CURDIR}/make-dir-roots.pl ${.CURDIR}/../certs . 31 perl ${.CURDIR}/make-dir-roots.pl ${.CURDIR}/../certs .
29 ./verify ${.CURDIR}/../certs 32 ./verify ${.CURDIR}/../certs