1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1998-01-25 23:14:21 -05:00
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
|
|
|
|
|
.PATH: ${CVSDIR}/diff
|
|
|
|
|
|
|
|
|
|
LIB= diff
|
2004-10-24 11:33:08 -04:00
|
|
|
INTERNALLIB=
|
1998-01-25 23:14:21 -05:00
|
|
|
|
2004-02-16 18:25:49 -05:00
|
|
|
# gnu must be before lib to pick correct regex.h
|
2004-02-17 00:38:45 -05:00
|
|
|
CFLAGS+= -I../lib -I${DESTDIR}/usr/include/gnu \
|
2004-02-16 18:25:49 -05:00
|
|
|
-I${CVSDIR}/lib -DHAVE_CONFIG_H
|
1998-01-25 23:14:21 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|