summaryrefslogtreecommitdiff
path: root/crypto/txt_db/Makefile.ssl
diff options
context:
space:
mode:
authorbodo <bodo>1999-04-29 21:50:59 +0000
committerbodo <bodo>1999-04-29 21:50:59 +0000
commitb3a3e6c90578e275b0b93c3418499280a014ad6c (patch)
treeb584235164d97bc0d5b587a60bf7ad021b42b1ea /crypto/txt_db/Makefile.ssl
parent33619b7aa82a9a9d1cf108f1eaa49a2bf38745d4 (diff)
downloadopenssl-b3a3e6c90578e275b0b93c3418499280a014ad6c.tar.gz
Support INSTALL_PREFIX for packagers.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/txt_db/Makefile.ssl')
-rw-r--r--crypto/txt_db/Makefile.ssl6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl
index dc3af5ab2..77961b321 100644
--- a/crypto/txt_db/Makefile.ssl
+++ b/crypto/txt_db/Makefile.ssl
@@ -7,6 +7,8 @@ TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
+INSTALL_PREFIX=
+OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDEPEND= $(TOP)/util/domd $(TOP)
@@ -52,8 +54,8 @@ links:
install:
@for i in $(EXHEADER) ; \
do \
- (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
- chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
+ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
+ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
tags: