diff options
author | Rob Landley | 2005-05-11 23:12:49 +0000 |
---|---|---|
committer | Rob Landley | 2005-05-11 23:12:49 +0000 |
commit | 2acfd7bd2640655138260e0661990e12a99c57d3 (patch) | |
tree | e162cc6fca7b67b684492c758a43fb9463782a7d /coreutils/Config.in | |
parent | b662f0d58ba40cbbc1cca849fb6e8665688deb5e (diff) | |
download | busybox-2acfd7bd2640655138260e0661990e12a99c57d3.zip busybox-2acfd7bd2640655138260e0661990e12a99c57d3.tar.gz |
Small comm implementatin from Rob Sullivan. Needed to build perl.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index b292e25..6d19909 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -59,6 +59,13 @@ config CONFIG_CMP cmp is used to compare two files and returns the result to standard output. +config CONFIG_COMM + bool "comm" + default n + help + comm is used to compare two files line by line and return + a three-column output. + config CONFIG_CP bool "cp" default n |