New applet, fold

This commit is contained in:
Glenn L McGrath
2003-04-27 06:02:14 +00:00
parent c91ce57099
commit f01b805d91
5 changed files with 222 additions and 0 deletions

View File

@@ -202,6 +202,9 @@
#ifdef CONFIG_FIND
APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_FOLD
APPLET(fold, fold_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_FREE
APPLET(free, free_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif