freebsd-dev/gnu/usr.bin/diff/Makefile
Andrey A. Chernov 49b95be03e Use -lgnuregex
1995-01-11 05:45:48 +00:00

11 lines
224 B
Makefile

PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
version.c getopt.c getopt1.c side.c cmpbuf.c
CFLAGS+=-DHAVE_CONFIG_H
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
.include <bsd.prog.mk>