From 7a303f0cce266682e113b142a0d91019caeaa26d Mon Sep 17 00:00:00 2001 From: art <> Date: Wed, 2 Jan 2002 15:17:34 +0000 Subject: Convert to bsd.regress.mk. Not finished yet. --- src/regress/lib/libssl/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index ea45132f41..325bd9f7f2 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/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 +.include -- cgit v1.2.3-55-g6feb