summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep
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
parent1357ea66734ef7c6ed249da3da6ab027d97c6848 (diff)
downloadFreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.zip
FreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.tar.gz
remove /usr/ucb from path
cleanup Makefile
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/Makefile7
-rw-r--r--usr.bin/mkdep/mkdep.gcc.sh2
2 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile
index 4329dc0..db16116 100644
--- a/usr.bin/mkdep/Makefile
+++ b/usr.bin/mkdep/Makefile
@@ -2,15 +2,8 @@
MAN1= mkdep.1
-.if (${MACHINE} == "hp300" || ${MACHINE} == "i386" || \
- ${MACHINE} == "mips" || ${MACHINE} == "sparc")
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
-.else
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/mkdep.sh ${DESTDIR}/usr/bin/mkdep
-.endif
.include <bsd.prog.mk>
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