summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r--crypto/cast/Makefile.ssl17
1 files changed, 5 insertions, 12 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index 8e05aae605..c215a9ecdf 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -73,11 +73,10 @@ files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- /bin/rm -f Makefile
- $(TOP)/util/point.sh Makefile.ssl Makefile ;
- $(TOP)/util/mklink.sh ../../include $(EXHEADER)
- $(TOP)/util/mklink.sh ../../test $(TEST)
- $(TOP)/util/mklink.sh ../../apps $(APPS)
+ @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+ @$(TOP)/util/mklink.sh ../../test $(TEST)
+ @$(TOP)/util/mklink.sh ../../apps $(APPS)
install:
@for i in $(EXHEADER) ; \
@@ -102,14 +101,8 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-
-c_cfb64.o: cast.h cast_lcl.h
-c_ecb.o: cast.h cast_lcl.h
-c_enc.o: cast.h cast_lcl.h
-c_ofb64.o: cast.h cast_lcl.h
-c_skey.o: cast.h cast_lcl.h cast_s.h