diff options
author | Denis Vlasenko | 2008-01-06 06:27:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-01-06 06:27:17 +0000 |
commit | bcd5fc12ec4d31f7633460cb66c2e8a5436ace18 (patch) | |
tree | 6664a87764ecf647c41520078d1328dca2dc7e75 /coreutils/Kbuild | |
parent | 56ea65ca5f30778f05c8882b04e3a94c869bbca4 (diff) | |
download | busybox-bcd5fc12ec4d31f7633460cb66c2e8a5436ace18.zip busybox-bcd5fc12ec4d31f7633460cb66c2e8a5436ace18.tar.gz |
tac: new applet. ~240 bytes.
Copyright (C) 2003 Yang Xiaopeng <yxp at hanwang.com.cn>
Copyright (C) 2007 Natanael Copa <natanael.copa@gmail.com>
Copyright (C) 2007 Tito Ragusa <farmatito@tiscali.it>
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index ce21b3a..8ada8b0 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -66,6 +66,7 @@ lib-$(CONFIG_STAT) += stat.o lib-$(CONFIG_STTY) += stty.o lib-$(CONFIG_SUM) += sum.o lib-$(CONFIG_SYNC) += sync.o +lib-$(CONFIG_TAC) += tac.o lib-$(CONFIG_TAIL) += tail.o lib-$(CONFIG_TEE) += tee.o lib-$(CONFIG_TEST) += test.o |