freebsd-dev/gnu/usr.bin/diff/Makefile

22 lines
441 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1997-10-29 16:36:57 +00:00
.PATH: ${.CURDIR}/../../../contrib/diff
1997-10-29 16:36:57 +00:00
1993-06-29 08:13:44 +00:00
PROG= diff
1999-11-26 12:29:48 +00:00
SRCS= analyze.c cmpbuf.c context.c diff.c dir.c ed.c getopt.c getopt1.c \
ifdef.c io.c normal.c prepend_args.c side.c util.c version.c
1997-10-29 16:36:57 +00:00
# Important for ctype macros!
CFLAGS+=-funsigned-char
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
1993-11-12 07:05:54 +00:00
CFLAGS+=-DHAVE_CONFIG_H
1997-10-29 17:35:54 +00:00
CFLAGS+=-DPR_PROGRAM=\"/usr/bin/pr\"
1995-01-11 05:45:48 +00:00
SUBDIR+=doc
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
1993-06-29 08:13:44 +00:00
.include <bsd.prog.mk>