summaryrefslogtreecommitdiff
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorben <ben>2005-03-30 13:05:13 +0000
committerben <ben>2005-03-30 13:05:13 +0000
commit90d958c86f4801e6db4e4bf8db5c0cded3dd5f4c (patch)
treeea1154b4b9f4262ff2d1efd5820107b029d1481d /crypto/ripemd
parentfffd30f9a543568a68a45ef46b5e2124953db3c2 (diff)
downloadopenssl-90d958c86f4801e6db4e4bf8db5c0cded3dd5f4c.tar.gz
Blow away Makefile.ssl.
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/Makefile (renamed from crypto/ripemd/Makefile.ssl)7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile
index 051695cd1..dcfc506fa 100644
--- a/crypto/ripemd/Makefile.ssl
+++ b/crypto/ripemd/Makefile
@@ -11,10 +11,10 @@ CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
-MAKE= make -f Makefile.ssl
+MAKE= make
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
AR= ar r
RIP_ASM_OBJ=
@@ -59,10 +59,9 @@ rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
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)