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[] = { #ifdef BB_DATE {"date", date_main, _BB_DIR_BIN}, #endif +#ifdef BB_DC + {"dc", dc_main, _BB_DIR_USR_BIN}, +#endif #ifdef BB_DD {"dd", dd_main, _BB_DIR_BIN}, #endif |