Files
busybox/findutils/config.in
2001-10-24 05:00:29 +00:00

15 lines
292 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
mainmenu_option next_comment
comment 'Finding Utilities'
bool 'find' CONFIG_FIND
bool 'grep' CONFIG_GREP
bool 'which' CONFIG_WHICH
bool 'xargs' CONFIG_XARGS
endmenu