taskset: simplify code a bit; tweak --help
[oweals/busybox.git] / miscutils / mt.c
index 20afd3a50b2c72eff7cbb0c836bdba06df0ca697..6b31696757d796780fb019cb79047affa329e1af 100644 (file)
@@ -2,6 +2,17 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//config:config MT
+//config:      bool "mt"
+//config:      default y
+//config:      help
+//config:        mt is used to control tape devices. You can use the mt utility
+//config:        to advance or rewind a tape past a specified number of archive
+//config:        files on the tape.
+
+//applet:IF_MT(APPLET(mt, BB_DIR_BIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_MT) += mt.o
 
 //usage:#define mt_trivial_usage
 //usage:       "[-f device] opcode value"