aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parentc3e6402857a60f61cac60d56793e8a8b79cebe90 (diff)
downloadopenssl-42ba5d2329a2705d45417db3dd374c677eb47e05.tar.gz
Blow away Makefile.ssl.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile (renamed from tools/Makefile.ssl)9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile
index cb33d4a41e..c0770b3cbc 100644
--- a/tools/Makefile.ssl
+++ b/tools/Makefile
@@ -10,14 +10,14 @@ 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
CFLAGS= $(INCLUDES) $(CFLAG)
-GENERAL=Makefile.ssl
+GENERAL=Makefile
TEST=
APPS= c_rehash
MISC_APPS= c_hash c_info c_issuer c_name
@@ -39,10 +39,9 @@ install:
done;
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
lint: