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