aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index f608045d7..109b5258c 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -35,6 +35,9 @@
35//config: Without this, stat will not support the '-f' option to display 35//config: Without this, stat will not support the '-f' option to display
36//config: information about filesystem status. 36//config: information about filesystem status.
37 37
38//applet:IF_STAT(APPLET(stat, BB_DIR_BIN, BB_SUID_DROP))
39
40//kbuild:lib-$(CONFIG_STAT) += stat.o
38 41
39//usage:#define stat_trivial_usage 42//usage:#define stat_trivial_usage
40//usage: "[OPTIONS] FILE..." 43//usage: "[OPTIONS] FILE..."