summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/Makefile
blob: 8242ec944d02c4a6cc59cd355a48011fe921ef63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.include <src.opts.mk>

PROG=	diff
SRCS=	diff.c diffdir.c diffreg.c xmalloc.c

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud