diff options
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/Makefile (renamed from crypto/mdc2/Makefile.ssl) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile index 8ce78cac5..a51e868f1 100644 --- a/crypto/mdc2/Makefile.ssl +++ b/crypto/mdc2/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) |