aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xo
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/xo
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/xo')
-rw-r--r--usr.bin/xo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile
index 92692e550cf8..0773987d6ab1 100644
--- a/usr.bin/xo/Makefile
+++ b/usr.bin/xo/Makefile
@@ -12,7 +12,7 @@ MAN= xo.1
# XXX For xoversion.h
CFLAGS+=-I${LIBXOSRC}/libxo
-LIBADD= xo util
+LIBADD= xo
.if ${MK_TESTS} != "no"
SUBDIR+= tests