INSTALL: add information on the environment variable BUILDFILE
authorRichard Levitte <levitte@openssl.org>
Wed, 31 Aug 2016 19:18:52 +0000 (21:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 31 Aug 2016 19:19:19 +0000 (21:19 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
INSTALL

diff --git a/INSTALL b/INSTALL
index 93ae3c1d3a378849784807ebf21cd79c7dbae90a..132b2aa1fbae33191b1d120acfe802d2fbbcd6d2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
  AR
                 The name of the ar executable to use.
 
+ BUILDFILE
+                Use a different build file name than the platform default
+                ("Makefile" on Unixly platforms, "makefile" on native Windows,
+                "descrip.mms" on OpenVMS).  This requires that there is a
+                corresponding build file template.  See Configurations/README
+                for further information.
+
  CC
                 The compiler to use. Configure will attempt to pick a default
                 compiler for your platform but this choice can be overridden