From 506745c8a5d9db008cf2f82ed3229f64ce1f2e75 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 12 Mar 1996 21:37:05 +0000 Subject: [PATCH] remove /usr/ucb from path cleanup Makefile --- usr.bin/mkdep/Makefile | 7 ------- usr.bin/mkdep/mkdep.gcc.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 4329dc056ec..db161168b15 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 8cba090400b..e6424592b1a 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