summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/Makefile
blob: a4f60b83d280c69fe7ce51d6047833388a378ab1 (plain)
1
2
3
4
5
6
7

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
NOMAN=noman

.include <bsd.prog.mk>