aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-02 23:41:50 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-02 23:41:50 +0000
commit402ea02016e848d338f8050b367d7e78b83f937e (patch)
tree7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /include/applets.h
parentdeede7ae6e95b3f0d4260f5f04608654a8128c18 (diff)
downloadbusybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.tar.gz
busybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.tar.bz2
busybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.zip
add dpkg-deb command
git-svn-id: svn://busybox.net/trunk/busybox@1518 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index fe8c59782..4837cb564 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -89,6 +89,9 @@ const struct BB_applet applets[] = {
89#ifdef BB_DOS2UNIX 89#ifdef BB_DOS2UNIX
90 APPLET("dos2unix", dos2unix_main, _BB_DIR_USR_BIN, dos2unix_usage) 90 APPLET("dos2unix", dos2unix_main, _BB_DIR_USR_BIN, dos2unix_usage)
91#endif 91#endif
92#ifdef BB_DPKG_DEB
93 APPLET("dpkg-deb", dpkg_deb_main, _BB_DIR_USR_BIN, dpkg_deb_usage)
94#endif
92#ifdef BB_DU 95#ifdef BB_DU
93 APPLET("du", du_main, _BB_DIR_USR_BIN, du_usage) 96 APPLET("du", du_main, _BB_DIR_USR_BIN, du_usage)
94#endif 97#endif