Added adjtimex applet from Larry Doolittle.

This commit is contained in:
Mark Whitley
2001-03-20 19:18:10 +00:00
parent ba372620c2
commit 6f93277f56
8 changed files with 384 additions and 0 deletions

View File

@ -46,6 +46,9 @@
#ifdef BB_TEST
APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_ADJTIMEX
APPLET(adjtimex, adjtimex_main, _BB_DIR_SBIN)
#endif
#ifdef BB_AR
APPLET(ar, ar_main, _BB_DIR_USR_BIN)
#endif