claenups for previous commit
[oweals/busybox.git] / coreutils / false.c
index 0591a6cdcd00a576cf7bea45ce92f200807d193f..e3903efd091eeba7541872101b297ed5017161c4 100644 (file)
@@ -6,6 +6,15 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//config:config FALSE
+//config:      bool "false (tiny)"
+//config:      default y
+//config:      help
+//config:      false returns an exit code of FALSE (1).
+
+//applet:IF_FALSE(APPLET_NOFORK(false, false, BB_DIR_BIN, BB_SUID_DROP, false))
+
+//kbuild:lib-$(CONFIG_FALSE) += false.o
 
 /* BB_AUDIT SUSv3 compliant */
 /* http://www.opengroup.org/onlinepubs/000095399/utilities/false.html */