aboutsummaryrefslogtreecommitdiff
path: root/findutils/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/config.in')
-rw-r--r--findutils/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/findutils/config.in b/findutils/config.in
index 770d75245..d5a3714d2 100644
--- a/findutils/config.in
+++ b/findutils/config.in
@@ -11,6 +11,7 @@ if [ "$CONFIG_FIND" = "y" ] ; then
11 bool ' Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME 11 bool ' Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME
12 bool ' Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM 12 bool ' Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM
13 bool ' Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPE 13 bool ' Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPE
14 bool ' Enable stay in filesystem (-xdev) option' CONFIG_FEATURE_FIND_XDEV
14fi 15fi
15bool 'grep' CONFIG_GREP 16bool 'grep' CONFIG_GREP
16if [ "$CONFIG_GREP" = "y" ] ; then 17if [ "$CONFIG_GREP" = "y" ] ; then