diff options
author | beck <> | 1999-01-05 17:53:09 +0000 |
---|---|---|
committer | beck <> | 1999-01-05 17:53:09 +0000 |
commit | 13215bc3b7babd9ef92e2e94f0ed0104529722b2 (patch) | |
tree | a923c3d24cbf0041955f1773566af229d4d3a77b /src/regress/lib/libssl/Makefile | |
parent | 2ab850a424d07c3f877cbfc628f24480be0e7bac (diff) | |
download | openbsd-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/Makefile | 6 |
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 | |||
4 | install: | 4 | install: |
5 | 5 | ||
6 | regress: | 6 | regress: |
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> |