diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile new file mode 100644 index 0000000000..3f7d48fd2e --- /dev/null +++ b/src/regress/lib/libssl/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | |||
2 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem | ||
3 | |||
4 | install: | ||
5 | |||
6 | regress: | ||
7 | sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} | ||
8 | sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} | ||
9 | # sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} | ||
10 | |||
11 | .include <bsd.prog.mk> | ||