aboutsummaryrefslogtreecommitdiff
path: root/mkdep
diff options
context:
space:
mode:
authorguy <guy>2007-10-16 11:35:53 +0000
committerguy <guy>2007-10-16 11:35:53 +0000
commit40377847a59b76c7d5fb5e1d235a6cfafbfdb4ab (patch)
treef3d1321f5f2fc4a792dfdd0e26c4327839c07917 /mkdep
parent9dc28aea3e20a88f016c006e3c1d0afdce848f46 (diff)
downloadlibpcap-40377847a59b76c7d5fb5e1d235a6cfafbfdb4ab.tar.gz
In some Solaris distributions, gcc is in /usr/sfw/bin. Look there for
GCC, too.
Diffstat (limited to 'mkdep')
-rwxr-xr-xmkdep2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdep b/mkdep
index 2a9c221b..b41a00e1 100755
--- a/mkdep
+++ b/mkdep
@@ -13,7 +13,7 @@
# @(#)mkdep.sh 5.11 (Berkeley) 5/5/88
#
-PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin
+PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin:/usr/sfw/bin
export PATH
MAKE=Makefile # default makefile name is "Makefile"