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

9 lines
201 B
Makefile
Raw Normal View History

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 \
1993-11-12 07:05:54 +00:00
version.c regex.c getopt.c getopt1.c side.c cmpbuf.c
CFLAGS+=-DHAVE_CONFIG_H
MAN= diff.1
1993-06-29 08:13:44 +00:00
.include <bsd.prog.mk>