diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index e2fe25167..a4e78af57 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -435,6 +435,9 @@ | |||
435 | #ifdef CONFIG_MOUNT | 435 | #ifdef CONFIG_MOUNT |
436 | APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 436 | APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
437 | #endif | 437 | #endif |
438 | #ifdef CONFIG_MOUNTPOINT | ||
439 | APPLET(mountpoint, mountpoint_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
440 | #endif | ||
438 | #ifdef CONFIG_MSH | 441 | #ifdef CONFIG_MSH |
439 | APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 442 | APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
440 | #endif | 443 | #endif |