From fb3c70eda88d3175627edc6a3316b4508b3d29c5 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 29 Jul 2006 19:10:21 +0000 Subject: Vendor import of OpenSSL 0.9.8b --- crypto/openssl/tools/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'crypto/openssl/tools') diff --git a/crypto/openssl/tools/Makefile b/crypto/openssl/tools/Makefile index 52a7970..4ca835c 100644 --- a/crypto/openssl/tools/Makefile +++ b/crypto/openssl/tools/Makefile @@ -1,5 +1,5 @@ # -# SSLeay/tools/Makefile +# OpenSSL/tools/Makefile # DIR= tools @@ -7,15 +7,11 @@ TOP= .. CC= cc INCLUDES= -I$(TOP) -I../../include CFLAG=-g -INSTALL_PREFIX= -OPENSSLDIR= /usr/local/ssl -INSTALLTOP=/usr/local/ssl -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile CFLAGS= $(INCLUDES) $(CFLAG) +GENERAL=Makefile TEST= APPS= c_rehash MISC_APPS= c_hash c_info c_issuer c_name @@ -23,6 +19,7 @@ MISC_APPS= c_hash c_info c_issuer c_name all: install: + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @for i in $(APPS) ; \ do \ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \ -- cgit v1.1