freebsd-dev/usr.bin/diff/Makefile

11 lines
143 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
PROG= diff
SRCS= diff.c diffdir.c diffreg.c xmalloc.c
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>