summaryrefslogtreecommitdiff
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index c4c640951759..20e8ef0a28d7 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -187,7 +187,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.