summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
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 /crypto/ocsp
parentc3e6402857a60f61cac60d56793e8a8b79cebe90 (diff)
Blow away Makefile.ssl.
Diffstat (limited to 'crypto/ocsp')
-rw-r--r--crypto/ocsp/Makefile (renamed from crypto/ocsp/Makefile.ssl)9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/ocsp/Makefile.ssl b/crypto/ocsp/Makefile
index c4f50af842..af60c0119d 100644
--- a/crypto/ocsp/Makefile.ssl
+++ b/crypto/ocsp/Makefile
@@ -1,5 +1,5 @@
#
-# OpenSSL/ocsp/Makefile.ssl
+# OpenSSL/ocsp/Makefile
#
DIR= ocsp
@@ -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)
@@ -47,10 +47,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)