aboutsummaryrefslogtreecommitdiff
path: root/openssl-1.1.0h/tools/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-1.1.0h/tools/build.info')
-rw-r--r--openssl-1.1.0h/tools/build.info7
1 files changed, 7 insertions, 0 deletions
diff --git a/openssl-1.1.0h/tools/build.info b/openssl-1.1.0h/tools/build.info
new file mode 100644
index 0000000..059e582
--- /dev/null
+++ b/openssl-1.1.0h/tools/build.info
@@ -0,0 +1,7 @@
+{- our $c_rehash_name =
+ $config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
+ "" -}
+IF[{- !$disabled{apps} -}]
+ SCRIPTS={- $c_rehash_name -}
+ SOURCE[{- $c_rehash_name -}]=c_rehash.in
+ENDIF