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 /bin/ps/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 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 2 |
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> |