summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-08-24 16:26:20 +0000
committermarcel <marcel@FreeBSD.org>2015-08-24 16:26:20 +0000
commit02ffac2cca7d10e6d7dd08bf0312f623bf082268 (patch)
tree2b06534b5d1c1378ec99094a62eff13dfd2e48fc /bin/ls
parentdb61d1271ad0bc51e60afe181a45a7318591dad6 (diff)
downloadFreeBSD-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/ls')
-rw-r--r--bin/ls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 422d891..a9431f1 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -5,7 +5,7 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c
-LIBADD= util xo
+LIBADD= xo util
.if !defined(RELEASE_CRUNCH) && \
${MK_LS_COLORS} != no
OpenPOWER on IntegriCloud