aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-12-19 04:58:11 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-12-19 04:58:11 +0000
commit387f2740cab1168555efc6076159d2a66f018a58 (patch)
treef4a5de482bf116bcd9d968426edcfb89e13a7ae4 /bin
parent0dd6117e9dba3b55f75cd2e329a09fa14a974ac3 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/Makefile.depend2
-rw-r--r--bin/ls/Makefile.depend.options8
2 files changed, 8 insertions, 2 deletions
diff --git a/bin/ls/Makefile.depend b/bin/ls/Makefile.depend
index 5132cd0b9b33..bcfa88f57adf 100644
--- a/bin/ls/Makefile.depend
+++ b/bin/ls/Makefile.depend
@@ -2,14 +2,12 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/libutil \
- lib/ncurses/ncursesw \
.include <dirdeps.mk>
diff --git a/bin/ls/Makefile.depend.options b/bin/ls/Makefile.depend.options
new file mode 100644
index 000000000000..1c27178e9964
--- /dev/null
+++ b/bin/ls/Makefile.depend.options
@@ -0,0 +1,8 @@
+# $FreeBSD$
+# This file is not autogenerated - take care!
+
+DIRDEPS_OPTIONS= LS_COLORS
+
+DIRDEPS.LS_COLORS.yes= lib/ncurses/ncursesw
+
+.include <dirdeps-options.mk>