aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-24 19:00:20 +0000
committerMatt Kraai <kraai@debian.org>2001-10-24 19:00:20 +0000
commit258bd3d971fb1815082ce9d556496fef6e29c493 (patch)
tree535e0f8bde6796310b9956cdbe2c4ff270d0a24b /include
parent3c2f27d9f1bf152120b056e63d866e82851816cb (diff)
downloadbusybox-258bd3d971fb1815082ce9d556496fef6e29c493.tar.gz
Split true and false into separate applets.
Diffstat (limited to 'include')
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 35dd947fe..9a7e394b6 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -158,7 +158,7 @@
#ifdef CONFIG_EXPR
APPLET(expr, expr_main, _BB_DIR_USR_BIN)
#endif
-#ifdef CONFIG_TRUE_FALSE
+#ifdef CONFIG_FALSE
APPLET(false, false_main, _BB_DIR_BIN)
#endif
#ifdef CONFIG_FBSET
@@ -431,7 +431,7 @@
#ifdef CONFIG_TRACEROUTE
APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN)
#endif
-#ifdef CONFIG_TRUE_FALSE
+#ifdef CONFIG_TRUE
APPLET(true, true_main, _BB_DIR_BIN)
#endif
#ifdef CONFIG_TTY