1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/heimdal_build/hcrypto-deps.pl
2007-10-10 14:05:01 -05:00

10 lines
171 B
Perl
Executable File

#!/usr/bin/perl
use strict;
foreach (@ARGV) {
my $old = $_;
my $new = $old; $new =~ s/des/des\/hcrypto/g;
my $dir = $old;
print "$new: heimdal/lib/des/hcrypto\n";
}