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) | |
download | busybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.gz busybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.bz2 busybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.zip |
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 | |||
31 | lib-$(CONFIG_ASH) += echo.o # used by ash | 31 | lib-$(CONFIG_ASH) += echo.o # used by ash |
32 | lib-$(CONFIG_ENV) += env.o | 32 | lib-$(CONFIG_ENV) += env.o |
33 | lib-$(CONFIG_EXPR) += expr.o | 33 | lib-$(CONFIG_EXPR) += expr.o |
34 | lib-$(CONFIG_EXPAND) += expand.o | ||
34 | lib-$(CONFIG_FALSE) += false.o | 35 | lib-$(CONFIG_FALSE) += false.o |
35 | lib-$(CONFIG_FOLD) += fold.o | 36 | lib-$(CONFIG_FOLD) += fold.o |
36 | lib-$(CONFIG_HEAD) += head.o | 37 | lib-$(CONFIG_HEAD) += head.o |
@@ -74,6 +75,7 @@ lib-$(CONFIG_TR) += tr.o | |||
74 | lib-$(CONFIG_TRUE) += true.o | 75 | lib-$(CONFIG_TRUE) += true.o |
75 | lib-$(CONFIG_TTY) += tty.o | 76 | lib-$(CONFIG_TTY) += tty.o |
76 | lib-$(CONFIG_UNAME) += uname.o | 77 | lib-$(CONFIG_UNAME) += uname.o |
78 | lib-$(CONFIG_UNEXPAND) += expand.o | ||
77 | lib-$(CONFIG_UNIQ) += uniq.o | 79 | lib-$(CONFIG_UNIQ) += uniq.o |
78 | lib-$(CONFIG_USLEEP) += usleep.o | 80 | lib-$(CONFIG_USLEEP) += usleep.o |
79 | lib-$(CONFIG_UUDECODE) += uudecode.o | 81 | lib-$(CONFIG_UUDECODE) += uudecode.o |