summaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
parentc3e6402857a60f61cac60d56793e8a8b79cebe90 (diff)
Blow away Makefile.ssl.
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile (renamed from apps/Makefile.ssl)9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile
index c0efd47eb2..671944bb2c 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile
@@ -1,5 +1,5 @@
#
-# apps/Makefile.ssl
+# apps/Makefile
#
DIR= apps
@@ -11,10 +11,10 @@ INSTALL_PREFIX=
INSTALLTOP= /usr/local/ssl
OPENSSLDIR= /usr/local/ssl
NEWMAKE= make
-MAKE= $(NEWMAKE) -f Makefile.ssl
+MAKE= $(NEWMAKE)
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
PERL= perl
RM= rm -f
# KRB5 stuff
@@ -105,7 +105,7 @@ sreq.o: req.c
$(CC) -c $(INCLUDES) $(CFLAG) -o sreq.o req.c
files:
- $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+ $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
install:
@set -e; for i in $(EXE); \
@@ -132,7 +132,6 @@ tags:
tests:
links:
- @sh $(TOP)/util/point.sh Makefile.ssl Makefile
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff