summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep/Makefile
blob: 4329dc056ec8fa80a8e246f8d5422a2757b1f719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

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