aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPiotr Pawel Stefaniak <pstef@FreeBSD.org>2021-09-16 07:27:29 +0000
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>2021-09-16 07:31:44 +0000
commit12061d2626e095cd5a5cbadeb567916e7d74db5a (patch)
tree3e63e8526d754f7d8c79bee79ac103ceddcb3076 /usr.bin
parentbab406830ab6e9ea777df84991dbae628223422c (diff)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/diff/Makefile1
1 files changed, 1 insertions, 0 deletions
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