summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorbodo <bodo>1999-04-28 22:06:15 +0000
committerbodo <bodo>1999-04-28 22:06:15 +0000
commita992de11b8f33602374775128faa49d7b209ea07 (patch)
tree4ee328be7e9bfb2a5956c1fcacdeb82d503abca2 /tools
parent0ebfdeaf4161e07ea0643b95bddf2a1c144f5cac (diff)
downloadopenssl-a992de11b8f33602374775128faa49d7b209ea07.tar.gz
Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.ssl7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl
index f12f85adb..959d752c9 100644
--- a/tools/Makefile.ssl
+++ b/tools/Makefile.ssl
@@ -16,7 +16,8 @@ CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile.ssl
TEST=
-APPS= c_hash c_info c_issuer c_name c_rehash
+APPS= c_rehash
+MISC_APPS= c_hash c_info c_issuer c_name
all:
@@ -25,6 +26,10 @@ install:
do \
(cp $$i $(INSTALLTOP)/bin/$$i; \
chmod 755 $(INSTALLTOP)/bin/$$i ); \
+ @for i in $(MISC_APPS) ; \
+ do \
+ (cp $$i $(OPENSSLTOP)/misc/$$i; \
+ chmod 755 $(OPENSSLTOP)/misc/$$i ); \
done;
files: