2016-05-23 13:49:25 +00:00
|
|
|
{- our $c_rehash_name =
|
|
|
|
$config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
|
|
|
|
"" -}
|
2016-04-14 15:04:56 +00:00
|
|
|
IF[{- !$disabled{apps} -}]
|
2016-05-23 13:49:25 +00:00
|
|
|
SCRIPTS={- $c_rehash_name -}
|
|
|
|
SOURCE[{- $c_rehash_name -}]=c_rehash.in
|
2016-04-14 15:04:56 +00:00
|
|
|
ENDIF
|