summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-04-30 04:59:20 +0000
committertb <>2023-04-30 04:59:20 +0000
commit3c610cda3c880854eb13912c17a1756928880c54 (patch)
tree02aa7210d53382e34af31f61fea94b39d71c2ec6 /src/regress/lib
parent268cdc6d2d09d481a0a2c3e1c62334c17b3a4179 (diff)
downloadopenbsd-3c610cda3c880854eb13912c17a1756928880c54.tar.gz
openbsd-3c610cda3c880854eb13912c17a1756928880c54.tar.bz2
openbsd-3c610cda3c880854eb13912c17a1756928880c54.zip
Remove unnecessary target
Diffstat (limited to 'src/regress/lib')
-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