diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-11-02 11:39:46 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-11-02 11:39:46 +0000 |
commit | 60281118d022a702c62c9047ba6998ef873917d4 (patch) | |
tree | c84573dea7b7461c7d2174391911075b1470e86e /include/applets.h | |
parent | b89637a037c362a4bfef26375bb8cd1ddfdc98e0 (diff) | |
download | busybox-w32-60281118d022a702c62c9047ba6998ef873917d4.tar.gz busybox-w32-60281118d022a702c62c9047ba6998ef873917d4.tar.bz2 busybox-w32-60281118d022a702c62c9047ba6998ef873917d4.zip |
Introduce od and hexdump applets
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 44d274b85..ea196cb66 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -200,6 +200,9 @@ | |||
200 | #ifdef CONFIG_HEAD | 200 | #ifdef CONFIG_HEAD |
201 | APPLET(head, head_main, _BB_DIR_USR_BIN) | 201 | APPLET(head, head_main, _BB_DIR_USR_BIN) |
202 | #endif | 202 | #endif |
203 | #ifdef CONFIG_HEXDUMP | ||
204 | APPLET(hexdump, hexdump_main, _BB_DIR_USR_BIN) | ||
205 | #endif | ||
203 | #ifdef CONFIG_HOSTID | 206 | #ifdef CONFIG_HOSTID |
204 | APPLET(hostid, hostid_main, _BB_DIR_USR_BIN) | 207 | APPLET(hostid, hostid_main, _BB_DIR_USR_BIN) |
205 | #endif | 208 | #endif |
@@ -317,6 +320,9 @@ | |||
317 | #ifdef CONFIG_NSLOOKUP | 320 | #ifdef CONFIG_NSLOOKUP |
318 | APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) | 321 | APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) |
319 | #endif | 322 | #endif |
323 | #ifdef CONFIG_OD | ||
324 | APPLET(od, od_main, _BB_DIR_USR_BIN) | ||
325 | #endif | ||
320 | #ifdef CONFIG_PIDOF | 326 | #ifdef CONFIG_PIDOF |
321 | APPLET(pidof, pidof_main, _BB_DIR_BIN) | 327 | APPLET(pidof, pidof_main, _BB_DIR_BIN) |
322 | #endif | 328 | #endif |