aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r--miscutils/mountpoint.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c
index 12af2ca9a..8b9e1d779 100644
--- a/miscutils/mountpoint.c
+++ b/miscutils/mountpoint.c
@@ -14,6 +14,10 @@
14//config: help 14//config: help
15//config: mountpoint checks if the directory is a mountpoint. 15//config: mountpoint checks if the directory is a mountpoint.
16 16
17//applet:IF_MOUNTPOINT(APPLET(mountpoint, BB_DIR_BIN, BB_SUID_DROP))
18
19//kbuild:lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
20
17//usage:#define mountpoint_trivial_usage 21//usage:#define mountpoint_trivial_usage
18//usage: "[-q] <[-dn] DIR | -x DEVICE>" 22//usage: "[-q] <[-dn] DIR | -x DEVICE>"
19//usage:#define mountpoint_full_usage "\n\n" 23//usage:#define mountpoint_full_usage "\n\n"