summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
committerBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
commit6e07f8a4ba8758dcba4966d9fa4601d1dc52dc60 (patch)
treeb75e7a7d10086954549e1530a117d273e6836cab /apps/Makefile
parenta82d1527c4effe4e240412662fe9ba386d535e68 (diff)
Finish elimination of Makefile.ssl
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 7068286204..2659a38624 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -1,5 +1,5 @@
#
-# apps/Makefile.ssl
+# apps/Makefile
#
DIR= apps
@@ -10,10 +10,9 @@ CFLAG= -g -static
INSTALL_PREFIX=
INSTALLTOP= /usr/local/ssl
OPENSSLDIR= /usr/local/ssl
-MAKE= make -f Makefile.ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
PERL= perl
RM= rm -f
# KRB5 stuff
@@ -94,7 +93,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:
@for i in $(EXE); \
@@ -121,7 +120,6 @@ tags:
tests:
links:
- @sh $(TOP)/util/point.sh Makefile.ssl Makefile
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff