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

22 lines
470 B
Makefile
Raw Normal View History

1997-10-29 16:36:57 +00:00
# $Id: Makefile,v 1.7 1997/02/22 15:45:24 peter Exp $
.PATH: ${.CURDIR}/../../../contrib/diff
1993-06-29 08:13:44 +00:00
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
1995-01-11 05:45:48 +00:00
version.c getopt.c getopt1.c side.c cmpbuf.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
1995-01-11 05:45:48 +00:00
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
1993-06-29 08:13:44 +00:00
.include <bsd.prog.mk>