summaryrefslogtreecommitdiffstats
path: root/crypto/md2
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2005-03-30 13:05:57 +0000
committerBen Laurie <ben@openssl.org>2005-03-30 13:05:57 +0000
commit42ba5d2329a2705d45417db3dd374c677eb47e05 (patch)
tree3348ff85620371c5c104e3a325b9c3731a9fc782 /crypto/md2
parentc3e6402857a60f61cac60d56793e8a8b79cebe90 (diff)
Blow away Makefile.ssl.
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/Makefile (renamed from crypto/md2/Makefile.ssl)7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile
index 213ed2932c..c92c25efa5 100644
--- a/crypto/md2/Makefile.ssl
+++ b/crypto/md2/Makefile
@@ -10,10 +10,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
CFLAGS= $(INCLUDES) $(CFLAG)
@@ -44,10 +44,9 @@ lib: $(LIBOBJ)
@touch lib
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)