diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 4329dc056ec8..db161168b157 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 diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index 8cba090400be..e6424592b1ae 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