diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 7 |
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 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | PROGS += expirecallback callbackfailures | 4 | PROGS += expirecallback callbackfailures dercache |
5 | LDADD = -lcrypto | 5 | LDADD = -lcrypto |
6 | DPADD = ${LIBCRYPTO} | 6 | DPADD = ${LIBCRYPTO} |
7 | 7 | ||
@@ -24,6 +24,9 @@ CLEANFILES += x509name.result callback.out | |||
24 | . endif | 24 | . endif |
25 | .endif | 25 | .endif |
26 | 26 | ||
27 | run-regress-dercache: dercache | ||
28 | ./dercache | ||
29 | |||
27 | run-regress-verify: verify | 30 | run-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 |