diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 14:10:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 14:10:24 +0000 |
commit | 3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e (patch) | |
tree | 038567c7d5d0a3c9bfe40eeb534ffc9559423b9d /coreutils/Kbuild | |
parent | 08294dbf5bc6fb1ea0b185488675d91169e231ce (diff) |
expand, unexpand: new applets from Tito <farmatito@tiscali.it>
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index fd67d6c85..ce21b3a89 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -31,6 +31,7 @@ lib-$(CONFIG_ECHO) += echo.o lib-$(CONFIG_ASH) += echo.o # used by ash lib-$(CONFIG_ENV) += env.o lib-$(CONFIG_EXPR) += expr.o +lib-$(CONFIG_EXPAND) += expand.o lib-$(CONFIG_FALSE) += false.o lib-$(CONFIG_FOLD) += fold.o lib-$(CONFIG_HEAD) += head.o @@ -74,6 +75,7 @@ lib-$(CONFIG_TR) += tr.o lib-$(CONFIG_TRUE) += true.o lib-$(CONFIG_TTY) += tty.o lib-$(CONFIG_UNAME) += uname.o +lib-$(CONFIG_UNEXPAND) += expand.o lib-$(CONFIG_UNIQ) += uniq.o lib-$(CONFIG_USLEEP) += usleep.o lib-$(CONFIG_UUDECODE) += uudecode.o |