diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 0fd89c71a..88aec8ad1 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -83,6 +83,9 @@ | |||
83 | #ifdef BB_CP | 83 | #ifdef BB_CP |
84 | APPLET(cp, cp_main, _BB_DIR_BIN) | 84 | APPLET(cp, cp_main, _BB_DIR_BIN) |
85 | #endif | 85 | #endif |
86 | #ifdef BB_CPIO | ||
87 | APPLET(cpio, cpio_main, _BB_DIR_BIN) | ||
88 | #endif | ||
86 | #ifdef BB_CUT | 89 | #ifdef BB_CUT |
87 | APPLET(cut, cut_main, _BB_DIR_USR_BIN) | 90 | APPLET(cut, cut_main, _BB_DIR_USR_BIN) |
88 | #endif | 91 | #endif |