diff options
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 7c07a72e2..b6412a6ea 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -21,6 +21,10 @@ | |||
21 | //config: This applet uses utmp but does not rely on busybox supporing | 21 | //config: This applet uses utmp but does not rely on busybox supporing |
22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. | 22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. |
23 | 23 | ||
24 | //applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP)) | ||
25 | |||
26 | //kbuild:lib-$(CONFIG_RUNLEVEL) += runlevel.o | ||
27 | |||
24 | //usage:#define runlevel_trivial_usage | 28 | //usage:#define runlevel_trivial_usage |
25 | //usage: "[FILE]" | 29 | //usage: "[FILE]" |
26 | //usage:#define runlevel_full_usage "\n\n" | 30 | //usage:#define runlevel_full_usage "\n\n" |