12061d2626
Reported by: Jenkins
Fixes: bcf2e78dc4
13 lines
169 B
Makefile
13 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= diff
|
|
SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c
|
|
LIBADD= m
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|