diff options
Diffstat (limited to 'applets/busybox.c')
-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[] = { #ifdef BB_MKSWAP {"mkswap", mkswap_main, _BB_DIR_SBIN}, #endif +#ifdef BB_MKTEMP + {"mktemp", mktemp_main, _BB_DIR_BIN}, +#endif #ifdef BB_MNC {"mnc", mnc_main, _BB_DIR_USR_BIN}, #endif |