Add in a 'time' applet. Adds 4.5k.

-Erik
This commit is contained in:
Eric Andersen
2001-11-30 07:54:32 +00:00
parent 38288bbf4c
commit c3657428d3
4 changed files with 513 additions and 0 deletions

View File

@@ -437,6 +437,9 @@
#ifdef CONFIG_TFTP
APPLET(tftp, tftp_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_TIME
APPLET(time, time_main, _BB_DIR_USR_BIN)
#endif
#ifdef CONFIG_TOUCH
APPLET(touch, touch_main, _BB_DIR_BIN)
#endif