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

13 lines
244 B
Makefile
Raw Normal View History

1997-02-22 10:48:31 -05:00
# $Id$
1993-06-29 04:13:44 -04: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 00:45:48 -05:00
version.c getopt.c getopt1.c side.c cmpbuf.c
1993-11-12 02:05:54 -05:00
CFLAGS+=-DHAVE_CONFIG_H
1995-01-11 00:45:48 -05:00
SUBDIR+= doc
1995-01-11 00:45:48 -05:00
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
1993-06-29 04:13:44 -04:00
.include <bsd.prog.mk>