diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:17:35 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:17:35 +0000 |
commit | d506a9dceff6da5f644728490f3b4bf0f04b28b5 (patch) | |
tree | 1d4d39d0ef82581e6676371be8b430ab2da54345 /regress/lib/libssl | |
parent | bcc9a3fcc2bb482c99f301999bf3e30ba3c07885 (diff) |
Convert to bsd.regress.mk.
Not finished yet.
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index ea45132f415..325bd9f7f2f 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.4 2001/02/07 20:27:08 todd Exp $ - +# $OpenBSD: Makefile,v 1.5 2002/01/02 15:17:34 art Exp $ CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem -install: +REGRESSTARGETS=ssl-enc ssl-dsa ssl-rsa -regress: +ssl-enc: sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} +ssl-dsa: sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} +ssl-rsa: sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} -.include <bsd.prog.mk> +.include <bsd.regress.mk> |