diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 919bef31d1..ca66df19cd 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.12 2022/06/02 12:08:41 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2022/06/25 20:01:43 beck Exp $ |
2 | 2 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | PROGS += expirecallback | ||
4 | LDADD = -lcrypto | 5 | LDADD = -lcrypto |
5 | DPADD = ${LIBCRYPTO} | 6 | DPADD = ${LIBCRYPTO} |
6 | 7 | ||
@@ -18,6 +19,7 @@ REGRESS_TARGETS += regress-x509attribute | |||
18 | REGRESS_TARGETS += regress-x509name | 19 | REGRESS_TARGETS += regress-x509name |
19 | REGRESS_TARGETS += regress-x509req_ext | 20 | REGRESS_TARGETS += regress-x509req_ext |
20 | REGRESS_TARGETS += regress-callback | 21 | REGRESS_TARGETS += regress-callback |
22 | REGRESS_TARGETS += regress-expirecallback | ||
21 | 23 | ||
22 | CLEANFILES += x509name.result callbackout | 24 | CLEANFILES += x509name.result callbackout |
23 | 25 | ||
@@ -49,4 +51,7 @@ regress-callback: callback | |||
49 | ./callback ${.CURDIR}/../certs | 51 | ./callback ${.CURDIR}/../certs |
50 | perl ${.CURDIR}/callback.pl callback.out | 52 | perl ${.CURDIR}/callback.pl callback.out |
51 | 53 | ||
54 | regress-expirecallback: expirecallback | ||
55 | ./expirecallback ${.CURDIR}/../certs | ||
56 | |||
52 | .include <bsd.regress.mk> | 57 | .include <bsd.regress.mk> |