aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 36817fef7..b3fb291d7 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -191,6 +191,9 @@
191#ifdef BB_KILLALL 191#ifdef BB_KILLALL
192 APPLET(killall, kill_main, _BB_DIR_USR_BIN) 192 APPLET(killall, kill_main, _BB_DIR_USR_BIN)
193#endif 193#endif
194#ifdef BB_KLOGD
195 APPLET(klogd, klogd_main, _BB_DIR_SBIN)
196#endif
194#ifdef BB_LENGTH 197#ifdef BB_LENGTH
195 APPLET(length, length_main, _BB_DIR_USR_BIN) 198 APPLET(length, length_main, _BB_DIR_USR_BIN)
196#endif 199#endif
@@ -215,6 +218,9 @@
215#ifdef BB_LOGNAME 218#ifdef BB_LOGNAME
216 APPLET(logname, logname_main, _BB_DIR_USR_BIN) 219 APPLET(logname, logname_main, _BB_DIR_USR_BIN)
217#endif 220#endif
221#ifdef BB_LOGREAD
222 APPLET(logread, logread_main, _BB_DIR_SBIN)
223#endif
218#ifdef BB_LS 224#ifdef BB_LS
219 APPLET(ls, ls_main, _BB_DIR_BIN) 225 APPLET(ls, ls_main, _BB_DIR_BIN)
220#endif 226#endif