remove /usr/ucb from path

cleanup Makefile
This commit is contained in:
wosch 1996-03-12 21:37:05 +00:00
parent 66d1484833
commit 30b8086108
2 changed files with 1 additions and 8 deletions

View File

@ -2,15 +2,8 @@
MAN1= mkdep.1 MAN1= mkdep.1
.if (${MACHINE} == "hp300" || ${MACHINE} == "i386" || \
${MACHINE} == "mips" || ${MACHINE} == "sparc")
beforeinstall: beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep ${.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> .include <bsd.prog.mk>

View File

@ -34,7 +34,7 @@
# @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 # @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93
# #
PATH=/bin:/usr/bin:/usr/ucb PATH=/bin:/usr/bin
export PATH export PATH
D=.depend # default dependency file is .depend D=.depend # default dependency file is .depend