diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ const struct BB_applet applets[] = { | |||
72 | #ifdef BB_DATE | 72 | #ifdef BB_DATE |
73 | {"date", date_main, _BB_DIR_BIN}, | 73 | {"date", date_main, _BB_DIR_BIN}, |
74 | #endif | 74 | #endif |
75 | #ifdef BB_DC | ||
76 | {"dc", dc_main, _BB_DIR_USR_BIN}, | ||
77 | #endif | ||
75 | #ifdef BB_DD | 78 | #ifdef BB_DD |
76 | {"dd", dd_main, _BB_DIR_BIN}, | 79 | {"dd", dd_main, _BB_DIR_BIN}, |
77 | #endif | 80 | #endif |