summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/libdiff/Makefile
blob: aefff8e1db315ea64f763206cb5690e958974c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

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

.PATH:	${CVSDIR}/diff

LIB=		diff

NOPROFILE=	yes
NOPIC=		yes

CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/lib -DHAVE_CONFIG_H

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

install:
	@echo -n

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud