19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 29b50d902SRodney W. Grimes 39b50d902SRodney W. GrimesMAN1= mkdep.0 49b50d902SRodney W. Grimes 59b50d902SRodney W. Grimes.if (${MACHINE} == "hp300" || ${MACHINE} == "i386" || \ 69b50d902SRodney W. Grimes ${MACHINE} == "mips" || ${MACHINE} == "sparc") 79b50d902SRodney W. Grimesbeforeinstall: 89b50d902SRodney W. Grimes install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 99b50d902SRodney W. Grimes ${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep 109b50d902SRodney W. Grimes.else 119b50d902SRodney W. Grimesbeforeinstall: 129b50d902SRodney W. Grimes install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 139b50d902SRodney W. Grimes ${.CURDIR}/mkdep.sh ${DESTDIR}/usr/bin/mkdep 149b50d902SRodney W. Grimes.endif 159b50d902SRodney W. Grimes 169b50d902SRodney W. Grimes.include <bsd.prog.mk> 17