summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep/mkdep.gcc.sh
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-03-12 21:37:05 +0000
committerwosch <wosch@FreeBSD.org>1996-03-12 21:37:05 +0000
commitea189287d57e08bf44569a79543195f52e46bd1e (patch)
treeb55ecd8224c1b2caf877fa93a042ecc2476a3ec4 /usr.bin/mkdep/mkdep.gcc.sh
parent1357ea66734ef7c6ed249da3da6ab027d97c6848 (diff)
downloadFreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.zip
FreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.tar.gz
remove /usr/ucb from path
cleanup Makefile
Diffstat (limited to 'usr.bin/mkdep/mkdep.gcc.sh')
-rw-r--r--usr.bin/mkdep/mkdep.gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh
index 8cba090..e642459 100644
--- a/usr.bin/mkdep/mkdep.gcc.sh
+++ b/usr.bin/mkdep/mkdep.gcc.sh
@@ -34,7 +34,7 @@
# @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93
#
-PATH=/bin:/usr/bin:/usr/ucb
+PATH=/bin:/usr/bin
export PATH
D=.depend # default dependency file is .depend
OpenPOWER on IntegriCloud