freebsd-dev/usr.bin/diff/Makefile

12 lines
159 B
Makefile
Raw Normal View History

# $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>