mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
11 lines
224 B
Makefile
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>
|