summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkdep/Makefile')
-rw-r--r--usr.bin/mkdep/Makefile7
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>
OpenPOWER on IntegriCloud