summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-18 07:30:50 +0000
committerngie <ngie@FreeBSD.org>2015-10-18 07:30:50 +0000
commit5c0da1966cae498c05787547279f17707ffb1967 (patch)
tree691f050874a085a5e28852b358e2b9a9aa0d575d /usr.bin/wc
parentbac9b01be8903ec374282900a1218b1535072ab5 (diff)
downloadFreeBSD-src-5c0da1966cae498c05787547279f17707ffb1967.zip
FreeBSD-src-5c0da1966cae498c05787547279f17707ffb1967.tar.gz
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
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 6fa21fa..540e33d 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>
OpenPOWER on IntegriCloud