xref: /netbsd-src/external/gpl2/diffutils/bin/diff3/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.2 2019/11/11 22:45:26 joerg Exp $
2
3.include <bsd.init.mk>
4
5DIST=		${IDIST}/src
6.PATH:		${DIST} ${IDIST}/man
7
8PROG=		diff3
9SRCS=		diff3.c version.c
10
11CWARNFLAGS.clang+=	-Wno-unused-value -Wno-error=bool-operation
12
13.include <bsd.prog.mk>
14