diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-18 07:30:50 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-18 07:30:50 +0000 |
commit | 5c0da1966cae498c05787547279f17707ffb1967 (patch) | |
tree | 691f050874a085a5e28852b358e2b9a9aa0d575d /usr.bin/xo/Makefile | |
parent | bac9b01be8903ec374282900a1218b1535072ab5 (diff) | |
download | FreeBSD-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/xo/Makefile')
-rw-r--r-- | usr.bin/xo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile index 92692e5..0773987 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 |