aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/Makefile
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 /bin/ps/Makefile
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 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 5177832131a5..79e9fc6cf0ec 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>