diff options
author | marcel <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
commit | 02ffac2cca7d10e6d7dd08bf0312f623bf082268 (patch) | |
tree | 2b06534b5d1c1378ec99094a62eff13dfd2e48fc /bin/ps/Makefile | |
parent | db61d1271ad0bc51e60afe181a45a7318591dad6 (diff) | |
download | FreeBSD-src-02ffac2cca7d10e6d7dd08bf0312f623bf082268.zip FreeBSD-src-02ffac2cca7d10e6d7dd08bf0312f623bf082268.tar.gz |
Upgrade libxo to 0.4.5.
Local changes incorporated by 0.4.5: r284340
Local changes retained: r276260, r282117
Obtained from: https://github.com/Juniper/libxo
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 79e9fc6..5177832 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 +LIBADD= m kvm jail xo util .include <bsd.prog.mk> |