summaryrefslogtreecommitdiffstats
path: root/apps/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-24 23:01:36 +0000
committerUlf Möller <ulf@openssl.org>1999-04-24 23:01:36 +0000
commitb0b7b1c5aed3d44ac4e3270ad622357ccabdaa82 (patch)
treeca3c4037fd829b500a3c9306189c1c7196d7910f /apps/Makefile.ssl
parent462ba4f6b60853223003951211e207c71cdb73c1 (diff)
New Configure option --openssldir to replace ssldir.pl.
Diffstat (limited to 'apps/Makefile.ssl')
-rw-r--r--apps/Makefile.ssl5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index dbc6db0fde..83c19aad14 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -8,6 +8,7 @@ CC= cc
INCLUDES= -I../include
CFLAG= -g -static
INSTALLTOP= /usr/local/ssl
+OPENSSLDIR= /usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
@@ -93,8 +94,8 @@ install:
cp $$i $(INSTALLTOP)/bin/$$i; \
chmod 755 $(INSTALLTOP)/bin/$$i ); \
done; \
- cp openssl.cnf $(INSTALLTOP)/lib; \
- chmod 644 $(INSTALLTOP)/lib/openssl.cnf
+ cp openssl.cnf $(OPENSSLDIR)/lib; \
+ chmod 644 $(OPENSSLDIR)/lib/openssl.cnf
tags:
ctags $(SRC)