summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>1999-01-04 07:59:58 +0000
committerbeck <>1999-01-04 07:59:58 +0000
commit2ab850a424d07c3f877cbfc628f24480be0e7bac (patch)
tree390ed99e97618ae9ee2bf82a32afe655e6a80caa /src/regress/lib/libssl/Makefile
parent6dc7513a633fd54f42172958ea7fc81510efc8dd (diff)
downloadopenbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.tar.gz
openbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.tar.bz2
openbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.zip
ssl lib test scripts. Need to be tested so as not to break build process
before this libssl dir is added to the upper level Makefile.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile11
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..5eb5fc6455
--- /dev/null
+++ b/src/regress/lib/libssl/Makefile
@@ -0,0 +1,11 @@
1
2CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
3
4install:
5
6regress:
7 sh ${.CURDIR}/testenc.sh
8 sh ${.CURDIR}/testdsa.sh
9# sh ${.CURDIR}/testrsa.sh
10
11.include <bsd.prog.mk>