diff options
Diffstat (limited to 'miscutils/readahead.c')
-rw-r--r-- | miscutils/readahead.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/readahead.c b/miscutils/readahead.c index 0b502f88c..b8e9b257f 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c | |||
@@ -27,6 +27,10 @@ | |||
27 | //config: As readahead(2) blocks until each file has been read, it is best to | 27 | //config: As readahead(2) blocks until each file has been read, it is best to |
28 | //config: run this applet as a background job. | 28 | //config: run this applet as a background job. |
29 | 29 | ||
30 | //applet:IF_READAHEAD(APPLET(readahead, BB_DIR_USR_SBIN, BB_SUID_DROP)) | ||
31 | |||
32 | //kbuild:lib-$(CONFIG_READAHEAD) += readahead.o | ||
33 | |||
30 | //usage:#define readahead_trivial_usage | 34 | //usage:#define readahead_trivial_usage |
31 | //usage: "[FILE]..." | 35 | //usage: "[FILE]..." |
32 | //usage:#define readahead_full_usage "\n\n" | 36 | //usage:#define readahead_full_usage "\n\n" |