summaryrefslogtreecommitdiffstats
path: root/test/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-30 09:19:18 +0000
committerBodo Möller <bodo@openssl.org>2001-03-30 09:19:18 +0000
commit884e26080f494634728bfb599245d414f2787067 (patch)
tree31145603b830f037a6fb74be89f89500b48e2446 /test/Makefile.ssl
parent9946491fcc2d6d085bf618ac909b93d3931c160e (diff)
Fix bctest, and add a workaround that should solve the problem with
FreeBSD's /bin/sh.
Diffstat (limited to 'test/Makefile.ssl')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index e765a16a2d..f0e3233944 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -259,7 +259,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f .rnd tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log
+ rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log
$(DLIBSSL):
(cd ../ssl; $(MAKE))