summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-05-22 23:07:55 +0000
committermarcel <marcel@FreeBSD.org>2015-05-22 23:07:55 +0000
commit25a1a3fe24b8137c4a7c6d224f5f21842bfa3a88 (patch)
treeaeb56f2a753a9c8bc84d07b9827b15c5db7222d6 /bin/ps/Makefile
parentf378874c7a7796435f2dd07ecf5ff2b0342ea785 (diff)
downloadFreeBSD-src-25a1a3fe24b8137c4a7c6d224f5f21842bfa3a88.zip
FreeBSD-src-25a1a3fe24b8137c4a7c6d224f5f21842bfa3a88.tar.gz
Convert to use libxo. Document use of libxo as well.
Obtained from: Phil Shafer <phil@juniper.net> Sponsored by: Juniper Networks, Inc.
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 30dbdc9..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
+LIBADD= m kvm jail xo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud