summaryrefslogtreecommitdiff
path: root/external/gpl2/diffutils/bin/diff3/Makefile
blob: 0ad339b4b439def88bc8e18a880df5585c50ac1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $

.include <bsd.init.mk>

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

PROG=		diff3
SRCS=		diff3.c version.c

CWARNFLAGS.clang+=	-Wno-unused-value

.include <bsd.prog.mk>