diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 27dd2b5a8..4d6534bc2 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -33,7 +33,7 @@ | |||
33 | //config: -i Inodes | 33 | //config: -i Inodes |
34 | //config: -B <SIZE> Blocksize | 34 | //config: -B <SIZE> Blocksize |
35 | 35 | ||
36 | //applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP)) | 36 | //applet:IF_DF(APPLET_NOEXEC(df, df, BB_DIR_BIN, BB_SUID_DROP, df)) |
37 | 37 | ||
38 | //kbuild:lib-$(CONFIG_DF) += df.o | 38 | //kbuild:lib-$(CONFIG_DF) += df.o |
39 | 39 | ||