diff options
author | Rob Landley <rob@landley.net> | 2006-08-05 00:41:39 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-05 00:41:39 +0000 |
commit | affb7a61a6576194b5c87635ad87d3b3b9e6575b (patch) | |
tree | 6d6c9b3d87542a474ea00a8cd06a20704d69c817 /include/applets.h | |
parent | 59fe8b90890a07c87ec9c2943bae515d5c6d959d (diff) |
scripts/individual now builds 171 applets. Some of them may even work. :)
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 07f9aabf2..42758a58f 100644 --- a/include/applets.h +++ b/include/applets.h @@ -105,7 +105,7 @@ USE_ED(APPLET(ed, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_FEATURE_GREP_EGREP_ALIAS(APPLET_NOUSAGE(egrep, grep, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_EJECT(APPLET(eject, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_ENV(APPLET(env, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) -USE_ETHER_WAKE(APPLET_ODDNAME(ether-wake, etherwake, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ether_wake)) +USE_ETHER_WAKE(APPLET_ODDNAME(ether-wake, ether_wake, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ether_wake)) USE_EXPR(APPLET(expr, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_FAKEIDENTD(APPLET(fakeidentd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_FALSE(APPLET(false, _BB_DIR_BIN, _BB_SUID_NEVER)) |