From 5e22f1cb63ee9e65a0efb6a789ff68cda93afef5 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Thu, 29 Apr 2010 22:09:01 +0200 Subject: Config.in: findutils --- findutils/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/findutils/Config.in b/findutils/Config.in index d6610bc43..62bdd207e 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -8,7 +8,7 @@ menu "Finding Utilities" config FIND bool "find" default n - depends on PLATFORM_POSIX + depends on PLATFORM_POSIX || PLATFORM_MINGW32 help find is used to search your system to find specified files. @@ -189,7 +189,7 @@ config FEATURE_FIND_LINKS config GREP bool "grep" default n - depends on PLATFORM_POSIX + depends on PLATFORM_POSIX || PLATFORM_MINGW32 help grep is used to search files for a specified pattern. @@ -223,7 +223,7 @@ config FEATURE_GREP_CONTEXT config XARGS bool "xargs" default n - depends on PLATFORM_POSIX + depends on PLATFORM_POSIX || PLATFORM_MINGW32 help xargs is used to execute a specified command for every item from standard input. -- cgit v1.2.3-55-g6feb