From 5c0da1966cae498c05787547279f17707ffb1967 Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 18 Oct 2015 07:30:50 +0000 Subject: 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 --- bin/ps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ps') 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 -- cgit v1.1