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