diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 90d2ab67c..a73a837d8 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -16,6 +16,10 @@ | |||
16 | //config: When the command finishes, time writes a message to standard output | 16 | //config: When the command finishes, time writes a message to standard output |
17 | //config: giving timing statistics about this program run. | 17 | //config: giving timing statistics about this program run. |
18 | 18 | ||
19 | //applet:IF_TIME(APPLET(time, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
20 | |||
21 | //kbuild:lib-$(CONFIG_TIME) += time.o | ||
22 | |||
19 | //usage:#define time_trivial_usage | 23 | //usage:#define time_trivial_usage |
20 | //usage: "[-v] PROG ARGS" | 24 | //usage: "[-v] PROG ARGS" |
21 | //usage:#define time_full_usage "\n\n" | 25 | //usage:#define time_full_usage "\n\n" |