dist.conf 309 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 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)", }, );