commit | cc5e090f12fb4e3834fb1a55bc91d7618af8ce78 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jun 12 08:12:33 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jun 12 08:12:33 2007 +0000 |
tree | 34813e8836287c21cb893ab7d3aee666db415d62 | |
parent | aa198dd39cad6cb41fbf6c8b64301b581a9ba206 [diff] [blame] |
move several applets to more correct ex-project. No code changes.
diff --git a/editors/Kbuild b/editors/Kbuild index d991e1f..76302aa 100644 --- a/editors/Kbuild +++ b/editors/Kbuild
@@ -6,6 +6,8 @@ lib-y:= lib-$(CONFIG_AWK) += awk.o +lib-$(CONFIG_CMP) += cmp.o +lib-$(CONFIG_DIFF) += diff.o lib-$(CONFIG_ED) += ed.o lib-$(CONFIG_PATCH) += patch.o lib-$(CONFIG_SED) += sed.o