summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/hcrypto-deps.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal_build/hcrypto-deps.pl')
-rwxr-xr-xsource4/heimdal_build/hcrypto-deps.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/heimdal_build/hcrypto-deps.pl b/source4/heimdal_build/hcrypto-deps.pl
deleted file mode 100755
index 0a2bba12a1..0000000000
--- a/source4/heimdal_build/hcrypto-deps.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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";
-}