tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / rdev.c
index 465281756e3e12d44c43dd7279f81929c49f9005..97279ce61e35d0de7bca5646ee8a52d00922155b 100644 (file)
@@ -6,8 +6,16 @@
  *   Grant Erickson <gerickson@nuovations.com>
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
- *
  */
+//config:config RDEV
+//config:      bool "rdev (1.4 kb)"
+//config:      default y
+//config:      help
+//config:      Print the device node associated with the filesystem mounted at '/'.
+
+//applet:IF_RDEV(APPLET_NOEXEC(rdev, rdev, BB_DIR_USR_SBIN, BB_SUID_DROP, rdev))
+
+//kbuild:lib-$(CONFIG_RDEV) += rdev.o
 
 //usage:#define rdev_trivial_usage
 //usage:       ""