aboutsummaryrefslogtreecommitdiff
path: root/shell/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 09:45:36 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 09:45:36 +0000
commit6d709972cdad4848908813c673b2f5fdc9e3c4c0 (patch)
tree77c14cf3279dd5e2d2536477ee6eff4884cd3bcc /shell/Kbuild
parent4500c58a0766b9cc86dd8ddd25094593a8977197 (diff)
downloadbusybox-6d709972cdad4848908813c673b2f5fdc9e3c4c0.tar.gz
cttyhack: new applet.
Diffstat (limited to 'shell/Kbuild')
-rw-r--r--shell/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Kbuild b/shell/Kbuild
index 6b58040fc..944eaff51 100644
--- a/shell/Kbuild
+++ b/shell/Kbuild
@@ -9,3 +9,5 @@ lib-$(CONFIG_ASH) += ash.o
lib-$(CONFIG_HUSH) += hush.o
lib-$(CONFIG_LASH) += lash.o
lib-$(CONFIG_MSH) += msh.o
+
+lib-$(CONFIG_CTTYHACK) += cttyhack.o