diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 191dee13f..221ef2a65 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -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 |