diff options
Diffstat (limited to 'crypto/bf/Makefile.ssl')
-rw-r--r-- | crypto/bf/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl index f23fb54494..18bddda0db 100644 --- a/crypto/bf/Makefile.ssl +++ b/crypto/bf/Makefile.ssl @@ -100,7 +100,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f asm/bx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. |