Split true and false into separate applets.

This commit is contained in:
Matt Kraai
2001-10-24 19:00:20 +00:00
parent 3c2f27d9f1
commit 258bd3d971
3 changed files with 66 additions and 2 deletions

View File

@ -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