diff --git a/crypto/des/.cvsignore b/crypto/des/.cvsignore index c6d03a9dbc6b8f0c2044d3f751abc8410a06fea0..45c30cc686e69bad5b901a3170b41ca13518d765 100644 --- a/crypto/des/.cvsignore +++ b/crypto/des/.cvsignore @@ -1,2 +1,3 @@ lib Makefile.save +des diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index 2f4b370ed19ec8c33e008061f2717f270882ba83..dec11a36743b6ceab3c2ae71aa12beef339bf218 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -135,7 +135,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it.