summaryrefslogtreecommitdiffstats
path: root/bin/ps
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 /bin/ps
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 'bin/ps')
-rw-r--r--bin/ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 5177832..79e9fc6 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -11,6 +11,6 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
# on large systems.
#
CFLAGS+=-DLAZY_PS
-LIBADD= m kvm jail xo util
+LIBADD= m kvm jail xo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud