diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
commit | 7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch) | |
tree | 7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /include | |
parent | 004827d71597b49c9c2eaac2654edc114981367c (diff) | |
download | busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.gz busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.bz2 busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.zip |
add dpkg-deb command
Diffstat (limited to 'include')
-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 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 |