summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: 3f7d48fd2ef48550828b2aaa8090e5eac2863fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11

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>