summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-29 21:52:08 +0000
committerBodo Möller <bodo@openssl.org>1999-04-29 21:52:08 +0000
commite5f3045fbf6394f2f587d1312cf3525da04d3032 (patch)
tree8aefa6fcebbe06029407054d1e0b0cbf4535fb06 /test
parent9f5f32c9b07e72ef8598cc5449ad4f63d9a76ee5 (diff)
Support INSTALL_PREFIX for packagers.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 354564e104..04d57385c8 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -7,6 +7,8 @@ TOP= ..
CC= cc
INCLUDES= -I../include
CFLAG= -g
+INSTALL_PREFIX=
+OPENSSLDIR= /usr/local/ssl
INSTALLTOP= /usr/local/ssl
MAKEFILE= Makefile.ssl
MAKE= make -f $(MAKEFILE)