aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/dist.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/dist.conf')
-rw-r--r--Configurations/dist.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/Configurations/dist.conf b/Configurations/dist.conf
new file mode 100644
index 0000000000..2a458bcddf
--- /dev/null
+++ b/Configurations/dist.conf
@@ -0,0 +1,12 @@
+## -*- mode: perl; -*-
+## Build configuration targets for openssl-team members
+
+# This is to support 'make dist'
+my %targets = (
+ "dist" => {
+ inherit_from => [ 'BASE_unix' ],
+ CC => "cc",
+ CFLAGS => "-O",
+ thread_scheme => "(unknown)",
+ },
+);