diff options
| author | Piotr Pawel Stefaniak <pstef@FreeBSD.org> | 2021-09-16 07:27:29 +0000 |
|---|---|---|
| committer | Piotr Pawel Stefaniak <pstef@FreeBSD.org> | 2021-09-16 07:31:44 +0000 |
| commit | 12061d2626e095cd5a5cbadeb567916e7d74db5a (patch) | |
| tree | 3e63e8526d754f7d8c79bee79ac103ceddcb3076 /usr.bin | |
| parent | bab406830ab6e9ea777df84991dbae628223422c (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/diff/Makefile | 1 |
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 |
