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