aboutsummaryrefslogtreecommitdiff
path: root/toys/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/tty.c')
-rw-r--r--toys/tty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/tty.c b/toys/tty.c
index a603e3e3..6bc9cd34 100644
--- a/toys/tty.c
+++ b/toys/tty.c
@@ -5,6 +5,8 @@
*
* See http://www.opengroup.org/onlinepubs/009695399/utilities/tty.html
+USE_TTY(NEWTOY(tty, "s", TOYFLAG_BIN))
+
config TTY
bool "tty"
default y