Add a new top applet

-Erik
This commit is contained in:
Eric Andersen
2002-09-17 22:14:58 +00:00
parent 793c3b4a7d
commit 420b208a45
5 changed files with 422 additions and 0 deletions

View File

@ -473,6 +473,9 @@
#ifdef CONFIG_TIME
APPLET(time, time_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_TOP
APPLET(top, top_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_TOUCH
APPLET(touch, touch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif