diff options
author | Matt Kraai | 2001-10-24 19:00:20 +0000 |
---|---|---|
committer | Matt Kraai | 2001-10-24 19:00:20 +0000 |
commit | 258bd3d971fb1815082ce9d556496fef6e29c493 (patch) | |
tree | 535e0f8bde6796310b9956cdbe2c4ff270d0a24b /include | |
parent | 3c2f27d9f1bf152120b056e63d866e82851816cb (diff) | |
download | busybox-258bd3d971fb1815082ce9d556496fef6e29c493.zip busybox-258bd3d971fb1815082ce9d556496fef6e29c493.tar.gz |
Split true and false into separate applets.
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h index 35dd947..9a7e394 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 |