aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-10-18 07:30:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-10-18 07:30:50 +0000
commit550d2b80ec3c504b41ade3a7aed379eb32c68418 (patch)
tree691f050874a085a5e28852b358e2b9a9aa0d575d /usr.bin/wc
parentfb9fb4d390e9c69aad6471887d5ba4fca917b3bf (diff)
downloadsrc-550d2b80ec3c504b41ade3a7aed379eb32c68418.tar.gz
src-550d2b80ec3c504b41ade3a7aed379eb32c68418.zip
Make libxo depend on libutil because it uses humanize_number after r287111
Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo} PR: 203673 Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=289490
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile
index 6fa21fa69755..540e33d15c92 100644
--- a/usr.bin/wc/Makefile
+++ b/usr.bin/wc/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= wc
-LIBADD= xo util
+LIBADD= xo
.include <bsd.prog.mk>