xref: /netbsd-src/external/gpl2/diffutils/bin/diff3/Makefile (revision 82d56013d7b633d116a93943de88e08335357a7c)
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