opnsense-src/gnu/usr.bin/diff/Makefile

22 lines
441 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1997-10-29 11:36:57 -05:00
.PATH: ${.CURDIR}/../../../contrib/diff
1997-10-29 11:36:57 -05:00
1993-06-29 04:13:44 -04:00
PROG= diff
1999-11-26 07:29:48 -05: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 11:36:57 -05:00
# Important for ctype macros!
CFLAGS+=-funsigned-char
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
1993-11-12 02:05:54 -05:00
CFLAGS+=-DHAVE_CONFIG_H
1997-10-29 12:35:54 -05:00
CFLAGS+=-DPR_PROGRAM=\"/usr/bin/pr\"
1995-01-11 00:45:48 -05:00
SUBDIR+=doc
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
1993-06-29 04:13:44 -04:00
.include <bsd.prog.mk>