xref: /csrg-svn/usr.bin/diff/diff3/Makefile (revision 61986)
1*61986Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
210879Sshannon
341670SbosticPROG=	diff3
441670SbosticBINDIR=	/usr/libexec
510879Sshannon
641670Sbosticbeforeinstall:
741670Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
841670Sbostic	    ${.CURDIR}/diff3.sh ${DESTDIR}/usr/bin/${PROG}
910879Sshannon
1041670Sbostic.include "../../Makefile.inc"
1141670Sbostic.include <bsd.prog.mk>
12