13 lines
309 B
Text
13 lines
309 B
Text
|
## -*- 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)",
|
||
|
},
|
||
|
);
|