summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/hcrypto-deps.pl
blob: 0a2bba12a148508e19d3ec138dad930c8b6835ab (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
use strict;

foreach (@ARGV) {
	my $old = $_;
	my $new = $old; $new =~ s/hcrypto/hcrypto\/hcrypto/g;
	my $dir = $old; 
	print "$new: heimdal/lib/hcrypto/hcrypto\n";
}