diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-25 23:24:55 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-25 23:24:55 +0000 |
commit | 227a59b05d6df9b4be5990915646249d6f548822 (patch) | |
tree | 36b29c39d4740003b9b77c098a634bac8a6dcb45 /applets | |
parent | f93a95de6960b1d1977a934aafd3e9a8b8ea1765 (diff) | |
download | busybox-w32-227a59b05d6df9b4be5990915646249d6f548822.tar.gz busybox-w32-227a59b05d6df9b4be5990915646249d6f548822.tar.bz2 busybox-w32-227a59b05d6df9b4be5990915646249d6f548822.zip |
Several more updates
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index f4260e937..4a6f928e0 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -197,6 +197,9 @@ static const struct Applet applets[] = { | |||
197 | #ifdef BB_MKSWAP | 197 | #ifdef BB_MKSWAP |
198 | {"mkswap", mkswap_main, _BB_DIR_SBIN}, | 198 | {"mkswap", mkswap_main, _BB_DIR_SBIN}, |
199 | #endif | 199 | #endif |
200 | #ifdef BB_MKTEMP | ||
201 | {"mktemp", mktemp_main, _BB_DIR_BIN}, | ||
202 | #endif | ||
200 | #ifdef BB_MNC | 203 | #ifdef BB_MNC |
201 | {"mnc", mnc_main, _BB_DIR_USR_BIN}, | 204 | {"mnc", mnc_main, _BB_DIR_USR_BIN}, |
202 | #endif | 205 | #endif |