summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>1999-01-05 17:53:09 +0000
committerbeck <>1999-01-05 17:53:09 +0000
commit13215bc3b7babd9ef92e2e94f0ed0104529722b2 (patch)
treea923c3d24cbf0041955f1773566af229d4d3a77b /src/regress/lib/libssl/Makefile
parent2ab850a424d07c3f877cbfc628f24480be0e7bac (diff)
downloadopenbsd-13215bc3b7babd9ef92e2e94f0ed0104529722b2.tar.gz
openbsd-13215bc3b7babd9ef92e2e94f0ed0104529722b2.tar.bz2
openbsd-13215bc3b7babd9ef92e2e94f0ed0104529722b2.zip
Fix up for make regress. Should handle objdir now.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 5eb5fc6455..3f7d48fd2e 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -4,8 +4,8 @@ CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
4install: 4install:
5 5
6regress: 6regress:
7 sh ${.CURDIR}/testenc.sh 7 sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR}
8 sh ${.CURDIR}/testdsa.sh 8 sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR}
9# sh ${.CURDIR}/testrsa.sh 9# sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR}
10 10
11.include <bsd.prog.mk> 11.include <bsd.prog.mk>