summaryrefslogtreecommitdiff
path: root/external/gpl2/diffutils/bin/diff3/Makefile
blob: eff61ab27bb70af7c01464b4fe9bcf0357b803a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 2019/11/11 22:45:26 joerg Exp $

.include <bsd.init.mk>

DIST=		${IDIST}/src
.PATH:		${DIST} ${IDIST}/man

PROG=		diff3
SRCS=		diff3.c version.c

CWARNFLAGS.clang+=	-Wno-unused-value -Wno-error=bool-operation

.include <bsd.prog.mk>