diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-03-12 21:37:05 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-03-12 21:37:05 +0000 |
| commit | 506745c8a5d9db008cf2f82ed3229f64ce1f2e75 (patch) | |
| tree | b55ecd8224c1b2caf877fa93a042ecc2476a3ec4 | |
| parent | 5e364b3cae8ad6fa005d93555d7861bbc371bb8f (diff) | |
Notes
| -rw-r--r-- | usr.bin/mkdep/Makefile | 7 | ||||
| -rw-r--r-- | usr.bin/mkdep/mkdep.gcc.sh | 2 |
2 files changed, 1 insertions, 8 deletions
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 <bsd.prog.mk> 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 |
