diff options
author | Glenn L McGrath | 2002-11-11 03:00:12 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-11 03:00:12 +0000 |
commit | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (patch) | |
tree | 2efbea745d3ef22e375df3e60ba4c8f14c04f1c4 /debianutils/config.in | |
parent | c11986d89eba564945b226660031e624bf897561 (diff) | |
download | busybox-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.zip busybox-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.tar.gz |
Move readlink, mktemp, run-parts and which to a new debianutils dir.
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 + |