aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-03-12 21:37:05 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-03-12 21:37:05 +0000
commit506745c8a5d9db008cf2f82ed3229f64ce1f2e75 (patch)
treeb55ecd8224c1b2caf877fa93a042ecc2476a3ec4 /usr.bin
parent5e364b3cae8ad6fa005d93555d7861bbc371bb8f (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 4329dc056ec8f..db161168b157f 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 8cba090400be3..e6424592b1aec 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