aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-06-22 09:22:06 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-06-22 09:22:06 +0000
commit8f5b63edea12501b998400789da5646140bb9911 (patch)
tree5a1924092009892cc80f0b0947ec1bae17ca3b1c /applets.h
parent52a97ca00cf5d290c9beb65ba7c217a5ed69ee42 (diff)
downloadbusybox-w32-8f5b63edea12501b998400789da5646140bb9911.tar.gz
busybox-w32-8f5b63edea12501b998400789da5646140bb9911.tar.bz2
busybox-w32-8f5b63edea12501b998400789da5646140bb9911.zip
cpio applet, and changes to associated code
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index 0fd89c71a..88aec8ad1 100644
--- a/applets.h
+++ b/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