freebsd_amp_hwpstate/crypto/openssl/util/domd

12 lines
286 B
Plaintext
Raw Normal View History

#!/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 $@
2000-04-13 06:33:22 +00:00
perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
mv Makefile.new Makefile.ssl