Support INSTALL_PREFIX for packagers.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-29 21:52:08 +00:00
parent 9f5f32c9b0
commit e5f3045fbf
45 changed files with 216 additions and 125 deletions

View File

@@ -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: