cpio applet, and changes to associated code

This commit is contained in:
Glenn L McGrath
2001-06-22 09:22:06 +00:00
parent 52a97ca00c
commit 8f5b63edea
13 changed files with 304 additions and 18 deletions

View File

@@ -83,6 +83,9 @@
#ifdef BB_CP
APPLET(cp, cp_main, _BB_DIR_BIN)
#endif
#ifdef BB_CPIO
APPLET(cpio, cpio_main, _BB_DIR_BIN)
#endif
#ifdef BB_CUT
APPLET(cut, cut_main, _BB_DIR_USR_BIN)
#endif