diff options
author | wosch <wosch@FreeBSD.org> | 1996-03-12 21:37:05 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-03-12 21:37:05 +0000 |
commit | ea189287d57e08bf44569a79543195f52e46bd1e (patch) | |
tree | b55ecd8224c1b2caf877fa93a042ecc2476a3ec4 /usr.bin/mkdep/Makefile | |
parent | 1357ea66734ef7c6ed249da3da6ab027d97c6848 (diff) | |
download | FreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.zip FreeBSD-src-ea189287d57e08bf44569a79543195f52e46bd1e.tar.gz |
remove /usr/ucb from path
cleanup Makefile
Diffstat (limited to 'usr.bin/mkdep/Makefile')
-rw-r--r-- | usr.bin/mkdep/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 <bsd.prog.mk> |