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 0fd89c7..88aec8a 100644 --- a/include/applets.h +++ b/include/applets.h @@ -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 |