diff options
author | marcel <marcel@FreeBSD.org> | 2015-05-22 23:07:55 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-05-22 23:07:55 +0000 |
commit | 25a1a3fe24b8137c4a7c6d224f5f21842bfa3a88 (patch) | |
tree | aeb56f2a753a9c8bc84d07b9827b15c5db7222d6 /bin/ps/Makefile | |
parent | f378874c7a7796435f2dd07ecf5ff2b0342ea785 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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> |