diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-05-25 19:38:38 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-05-25 19:38:38 +0000 |
| commit | 12df5ad9af4981f5d3c31a9819d31618c0f1af51 (patch) | |
| tree | 97e3336a3054b8d8a0150b9d414934f73c99cb30 /crypto/rc4/Makefile | |
| parent | 5315173646e65b5025be33013edc33eb9658e683 (diff) | |
Diffstat (limited to 'crypto/rc4/Makefile')
| -rw-r--r-- | crypto/rc4/Makefile | 2 |
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. |
