freebsd-dev/usr.bin/diff/Makefile
Piotr Pawel Stefaniak 12061d2626 diff: link with libm for sqrt()
Reported by:	Jenkins
Fixes:		bcf2e78dc4
2021-09-16 09:31:44 +02:00

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>