9 lines
201 B
Makefile
9 lines
201 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 regex.c getopt.c getopt1.c side.c cmpbuf.c
|
|
CFLAGS+=-DHAVE_CONFIG_H
|
|
MAN= diff.1
|
|
|
|
.include <bsd.prog.mk>
|