diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-22 09:22:06 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-22 09:22:06 +0000 |
commit | 8f5b63edea12501b998400789da5646140bb9911 (patch) | |
tree | 5a1924092009892cc80f0b0947ec1bae17ca3b1c /applets.h | |
parent | 52a97ca00cf5d290c9beb65ba7c217a5ed69ee42 (diff) | |
download | busybox-8f5b63edea12501b998400789da5646140bb9911.tar.gz |
cpio applet, and changes to associated code
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |