summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/diff/Makefile
blob: c4dc583af98b22aa888f8a20b3b28e64bf65a0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $

.include "${.CURDIR}/../Makefile.inc"

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

PROG=		diff
SRCS=		analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
		normal.c side.c util.c version.c

DPADD+=		${LIBDIFFUTILS}
LDADD+=		${LIBDIFFUTILS}

INFOFLAGS=	-I${IDIST}/doc
TEXINFO=	diff.texi

.include <bsd.info.mk>
.include <bsd.prog.mk>