summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep/Makefile
blob: 94c5d65d871097f5f8c815443f235c5a1e203740 (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