1# $FreeBSD: stable/11/usr.bin/diff/Makefile 315051 2017-03-11 05:01:29Z bapt $
2
3.include <src.opts.mk>
4
5PROG=	diff
6SRCS=	diff.c diffdir.c diffreg.c xmalloc.c
7
8.if ${MK_TESTS} != "no"
9SUBDIR+= tests
10.endif
11
12.include <bsd.prog.mk>
13