diff options
author | art <> | 2002-01-02 15:17:34 +0000 |
---|---|---|
committer | art <> | 2002-01-02 15:17:34 +0000 |
commit | 7a303f0cce266682e113b142a0d91019caeaa26d (patch) | |
tree | f2c9ba75ab3e991c241cb025d36bcc4e67a2330a /src/regress/lib | |
parent | 76eb1cb3e95384c5a37d599641ba65592127cf1f (diff) | |
download | openbsd-7a303f0cce266682e113b142a0d91019caeaa26d.tar.gz openbsd-7a303f0cce266682e113b142a0d91019caeaa26d.tar.bz2 openbsd-7a303f0cce266682e113b142a0d91019caeaa26d.zip |
Convert to bsd.regress.mk.
Not finished yet.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2001/02/07 20:27:08 todd Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/01/02 15:17:34 art Exp $ |
2 | |||
3 | 2 | ||
4 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem | 3 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem |
5 | 4 | ||
6 | install: | 5 | REGRESSTARGETS=ssl-enc ssl-dsa ssl-rsa |
7 | 6 | ||
8 | regress: | 7 | ssl-enc: |
9 | sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} | 8 | sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} |
9 | ssl-dsa: | ||
10 | sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} | 10 | sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} |
11 | ssl-rsa: | ||
11 | sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} | 12 | sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} |
12 | 13 | ||
13 | .include <bsd.prog.mk> | 14 | .include <bsd.regress.mk> |