ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / tty.c
index 45175054e2a13509e34c2c98ac9f6ade56534f20..18ad7c566240590fc94a32c1b6b4e42bdcc90959 100644 (file)
@@ -6,6 +6,16 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//config:config TTY
+//config:      bool "tty (3.3 kb)"
+//config:      default y
+//config:      help
+//config:      tty is used to print the name of the current terminal to
+//config:      standard output.
+
+//applet:IF_TTY(APPLET_NOFORK(tty, tty, BB_DIR_USR_BIN, BB_SUID_DROP, tty))
+
+//kbuild:lib-$(CONFIG_TTY) += tty.o
 
 /* BB_AUDIT SUSv4 compliant */
 /* http://www.opengroup.org/onlinepubs/9699919799/utilities/tty.html */