diff options
Diffstat (limited to 'crypto/openssl/util/domd')
-rwxr-xr-x | crypto/openssl/util/domd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/openssl/util/domd b/crypto/openssl/util/domd deleted file mode 100755 index 9f75131f221ea..0000000000000 --- a/crypto/openssl/util/domd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Do a makedepend, only leave out the standard headers -# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 - -TOP=$1 -shift - -cp Makefile.ssl Makefile.save -makedepend -f Makefile.ssl $@ -perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new -mv Makefile.new Makefile.ssl |