918388b5a0
Configurations/90-team.conf isn't for public consumption, so we rename it to 90-team.norelease.conf and make sure 'make dist' and 'make tar' don't include it in the tarball. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5836)
12 lines
309 B
Perl
12 lines
309 B
Perl
## -*- 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)",
|
|
},
|
|
);
|