From 462ba4f6b60853223003951211e207c71cdb73c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 24 Apr 1999 22:59:36 +0000 Subject: New Configure option --openssldir to replace util/ssldir.pl. --- Makefile.org | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 0e9dfa35b5..869fe8cc5a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -4,6 +4,10 @@ VERSION = 0.9.2b PLATFORM=dist +INSTALLTOP=/usr/local/ssl + +# Do not edit this manually. Use Configure --openssldir=DIR do change this! +OPENSSLDIR=/usr/local/ssl # RSAref - Define if we are to link with RSAref. # NO_IDEA - Define to build without the IDEA algorithm @@ -139,9 +143,6 @@ SDIRS= \ buffer bio stack lhash rand err objects \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp -# Do not edit this manually. Use util/ssldir.pl do change this! -INSTALLTOP=/usr/local/ssl - MAKEFILE= Makefile.ssl MAKE= make -f Makefile.ssl @@ -286,14 +287,14 @@ dist_pem_h: install: all @-mkdir -p $(INSTALLTOP)/bin 2>/dev/null @-mkdir -p $(INSTALLTOP)/lib 2>/dev/null - @-mkdir -p $(INSTALLTOP)/include 2>/dev/null @-mkdir -p $(INSTALLTOP)/include/openssl 2>/dev/null - @-mkdir -p $(INSTALLTOP)/certs 2>/dev/null - @-mkdir -p $(INSTALLTOP)/private 2>/dev/null + @-mkdir -p $(OPENSSLDIR)/certs 2>/dev/null + @-mkdir -p $(OPENSSLDIR)/private 2>/dev/null + @-mkdir -p $(OPENSSLDIR)/lib 2>/dev/null @for i in $(DIRS) ;\ do \ (cd $$i; echo "installing $$i..."; \ - $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' install ); \ + $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' install ); \ done @for i in $(LIBS) ;\ do \ -- cgit v1.2.3