summaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko2007-08-13 14:10:24 +0000
committerDenis Vlasenko2007-08-13 14:10:24 +0000
commit3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e (patch)
tree038567c7d5d0a3c9bfe40eeb534ffc9559423b9d /coreutils/Kbuild
parent08294dbf5bc6fb1ea0b185488675d91169e231ce (diff)
downloadbusybox-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.zip
busybox-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.gz
expand, unexpand: new applets from Tito <farmatito@tiscali.it>
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r--coreutils/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index fd67d6c..ce21b3a 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