X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fmd2%2FMakefile;fp=crypto%2Fmd2%2FMakefile.ssl;h=c92c25efa52f74e356b9420fbb8349678364169d;hp=213ed2932cf41202655d4d1436a43fb31fe2418d;hb=42ba5d2329a2705d45417db3dd374c677eb47e05;hpb=c3e6402857a60f61cac60d56793e8a8b79cebe90 diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile similarity index 93% rename from crypto/md2/Makefile.ssl rename to 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)