aboutsummaryrefslogtreecommitdiffstats
path: root/util/domd
blob: 324051f60b25dcc212cfc54a59f6a6c4de781444 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 $@
$TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
mv Makefile.new Makefile.ssl