aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/Makefile')
-rw-r--r--crypto/rc4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index 7434ff737e66..a495324cc6b5 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -100,7 +100,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.