From ea189287d57e08bf44569a79543195f52e46bd1e Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 12 Mar 1996 21:37:05 +0000 Subject: remove /usr/ucb from path cleanup Makefile --- usr.bin/mkdep/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'usr.bin/mkdep/Makefile') diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 4329dc0..db16116 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 -- cgit v1.1