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
bool ' Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME
bool ' Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM
bool ' Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPE
+ bool ' Enable stay in filesystem (-xdev) option' CONFIG_FEATURE_FIND_XDEV
fi
bool 'grep' CONFIG_GREP
if [ "$CONFIG_GREP" = "y" ] ; then