From 12061d2626e095cd5a5cbadeb567916e7d74db5a Mon Sep 17 00:00:00 2001 From: Piotr Pawel Stefaniak Date: Thu, 16 Sep 2021 09:27:29 +0200 Subject: diff: link with libm for sqrt() Reported by: Jenkins Fixes: bcf2e78dc48378456798191f1c15cb76d6221a65 --- usr.bin/diff/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/diff') diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile index a9f79d3d81e1..4879570306ba 100644 --- a/usr.bin/diff/Makefile +++ b/usr.bin/diff/Makefile @@ -4,6 +4,7 @@ PROG= diff SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c +LIBADD= m HAS_TESTS= SUBDIR.${MK_TESTS}+= tests -- cgit v1.3