6fa5bf0832
This keeps diffreg.c closer to what it is supposed to do: diffing regular files. It also allows my code to get a proper license
12 lines
159 B
Makefile
12 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= diff
|
|
SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|