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

13 lines
244 B
Makefile
Raw Normal View History

# $Id$
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
1993-11-12 07:05:54 +00:00
CFLAGS+=-DHAVE_CONFIG_H
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>