From 9fe6729b46f770a3f14671366ed77e75f074d8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 8 Jun 1999 20:11:02 +0000 Subject: [PATCH] The des app. --- crypto/des/.cvsignore | 1 + crypto/des/Makefile.ssl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/des/.cvsignore b/crypto/des/.cvsignore index c6d03a9dbc..45c30cc686 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 2f4b370ed1..dec11a3674 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. -- GitLab