diff options
author | Ben Laurie <ben@openssl.org> | 2005-03-30 15:05:57 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2005-03-30 15:05:57 +0200 |
commit | 42ba5d2329a2705d45417db3dd374c677eb47e05 (patch) | |
tree | 3348ff85620371c5c104e3a325b9c3731a9fc782 /crypto/krb5 | |
parent | update docs (recent constification) (diff) | |
download | openssl-42ba5d2329a2705d45417db3dd374c677eb47e05.tar.xz openssl-42ba5d2329a2705d45417db3dd374c677eb47e05.zip |
Blow away Makefile.ssl.
Diffstat (limited to 'crypto/krb5')
-rw-r--r-- | crypto/krb5/Makefile (renamed from crypto/krb5/Makefile.ssl) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/krb5/Makefile.ssl b/crypto/krb5/Makefile index 98be630fb6..2f943ef374 100644 --- a/crypto/krb5/Makefile.ssl +++ b/crypto/krb5/Makefile @@ -1,5 +1,5 @@ # -# OpenSSL/krb5/Makefile.ssl +# OpenSSL/krb5/Makefile # DIR= krb5 @@ -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) @@ -45,10 +45,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) |