This is a complete overhaul in the diffutils makefile system. The
[dragonfly.git] / gnu / usr.bin / diff / diff / Makefile
1 .include "../Makefile.inc0"
2 .PATH:  ${SRCDIR}/src ${SRCDIR}/man
3
4 PROG=           diff
5 CFLAGS+=        -I${SRCDIR}/lib -I${.CURDIR}/../libdiffutils
6
7 SRCS=           analyze.c \
8                 context.c \
9                 diff.c \
10                 dir.c \
11                 ed.c \
12                 ifdef.c \
13                 io.c \
14                 normal.c \
15                 side.c \
16                 util.c
17
18 .include <bsd.prog.mk>