summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 10:28:14 +0000
committerUlf Möller <ulf@openssl.org>1999-05-13 10:28:14 +0000
commit31ff97b28a7d9c64192b8987b204ad9820c7b2c7 (patch)
tree4f7054f3b9116cbfd5a2daef7e98c4044b0ffd84 /Makefile.org
parent8bc1431eddb4c4724d9afa42c95943d3f8184435 (diff)
mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.
Configure no longer changes files in place.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 8c36768a77..d8dacc650f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -6,6 +6,7 @@ VERSION=
MAJOR=
MINOR=
PLATFORM=dist
+OPTIONS=
# INSTALL_PREFIX is for package builders so that they can configure
# for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/.
# Normally it is left empty.