summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
committerBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
commit6e07f8a4ba8758dcba4966d9fa4601d1dc52dc60 (patch)
treeb75e7a7d10086954549e1530a117d273e6836cab /crypto/cast/Makefile
parenta82d1527c4effe4e240412662fe9ba386d535e68 (diff)
Finish elimination of Makefile.ssl
Diffstat (limited to 'crypto/cast/Makefile')
-rw-r--r--crypto/cast/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/crypto/cast/Makefile b/crypto/cast/Makefile
index 98393a37ba..f338e88ad5 100644
--- a/crypto/cast/Makefile
+++ b/crypto/cast/Makefile
@@ -11,10 +11,9 @@ CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
-MAKE= make -f Makefile.ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
AR= ar r
CAST_ENC=c_enc.o
@@ -68,10 +67,9 @@ asm/cx86unix.cpp: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) cast-586.pl cpp $(PROCESSOR) >cx86unix.cpp)
files:
- $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+ $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
links:
- @sh $(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)