From ddeee82c6333f27cb85940b271c3cc4d2e940717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 28 Apr 1999 22:06:19 +0000 Subject: Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin. Submitted by: Reviewed by: PR: --- tools/Makefile.ssl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index f12f85adb9..959d752c9f 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: -- cgit v1.2.3