summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: 79c45692bc05dc60f0452cdd47462b00fbb7ac8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2001/01/29 02:05:46 niklas 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>