diff options
Diffstat (limited to 'debianutils/config.in')
-rw-r--r-- | debianutils/config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debianutils/config.in b/debianutils/config.in new file mode 100644 index 0000000..7b1d929 --- /dev/null +++ b/debianutils/config.in @@ -0,0 +1,15 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +mainmenu_option next_comment +comment 'Debian Utilities' + +bool 'mktemp' CONFIG_MKTEMP +bool 'readlink' CONFIG_READLINK +bool 'run-parts' CONFIG_RUN_PARTS +bool 'which' CONFIG_WHICH + +endmenu + |