blob: ea45132f415fd0002948701b30763b490f84f81b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.4 2001/02/07 20:27:08 todd Exp $
CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
install:
regress:
sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR}
sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR}
sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR}
.include <bsd.prog.mk>
|