xref: /csrg-svn/usr.bin/diff/diff3/Makefile (revision 41670)
1*41670Sbostic#	@(#)Makefile	4.7 (Berkeley) 05/11/90
210879Sshannon
3*41670SbosticPROG=	diff3
4*41670SbosticBINDIR=	/usr/libexec
510879Sshannon
6*41670Sbosticbeforeinstall:
7*41670Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8*41670Sbostic	    ${.CURDIR}/diff3.sh ${DESTDIR}/usr/bin/${PROG}
910879Sshannon
10*41670Sbostic.include "../../Makefile.inc"
11*41670Sbostic.include <bsd.prog.mk>
12