This is a complete overhaul in the diffutils makefile system. The
[dragonfly.git] / gnu / usr.bin / diff / sdiff / Makefile
1 .include "../Makefile.inc0"
2 .PATH:          ${SRCDIR}/src ${SRCDIR}/man
3
4 PROG=           sdiff
5 CFLAGS+=        -I${SRCDIR}/lib -I${.CURDIR}/../libdiffutils
6 CFLAGS+=        -I${.CURDIR}/../diff
7
8 .include <bsd.prog.mk>