aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-27 11:54:59 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-27 11:54:59 +0000
commit5014dada3fa0bb6f6873e28fe6491f0789239cdc (patch)
tree25cc7ed4e457d924131f3e7cdbab1e187a617639 /libbb
parent8195d20e36bfeeb30b3424e2635ba4757ec38137 (diff)
downloadbusybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.gz
busybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.bz2
busybox-w32-5014dada3fa0bb6f6873e28fe6491f0789239cdc.zip
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index aab016e85..fc87f625b 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -39,6 +39,7 @@ lib-y += get_console.o
39lib-y += get_last_path_component.o 39lib-y += get_last_path_component.o
40lib-y += get_line_from_file.o 40lib-y += get_line_from_file.o
41lib-y += getopt32.o 41lib-y += getopt32.o
42lib-y += getpty.o
42lib-y += herror_msg.o 43lib-y += herror_msg.o
43lib-y += herror_msg_and_die.o 44lib-y += herror_msg_and_die.o
44lib-y += human_readable.o 45lib-y += human_readable.o