diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-12 08:12:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-12 08:12:33 +0000 |
commit | cc5e090f12fb4e3834fb1a55bc91d7618af8ce78 (patch) | |
tree | 34813e8836287c21cb893ab7d3aee666db415d62 /editors/Kbuild | |
parent | aa198dd39cad6cb41fbf6c8b64301b581a9ba206 (diff) | |
download | busybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.tar.gz busybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.tar.bz2 busybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.zip |
move several applets to more correct ex-project. No code changes.
Diffstat (limited to 'editors/Kbuild')
-rw-r--r-- | editors/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/Kbuild b/editors/Kbuild index d991e1faf..76302aa76 100644 --- a/editors/Kbuild +++ b/editors/Kbuild | |||
@@ -6,6 +6,8 @@ | |||
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_AWK) += awk.o | 8 | lib-$(CONFIG_AWK) += awk.o |
9 | lib-$(CONFIG_CMP) += cmp.o | ||
10 | lib-$(CONFIG_DIFF) += diff.o | ||
9 | lib-$(CONFIG_ED) += ed.o | 11 | lib-$(CONFIG_ED) += ed.o |
10 | lib-$(CONFIG_PATCH) += patch.o | 12 | lib-$(CONFIG_PATCH) += patch.o |
11 | lib-$(CONFIG_SED) += sed.o | 13 | lib-$(CONFIG_SED) += sed.o |