From 0021679b0dc5767e0c023b28b36eeb1476dc2364 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Wed, 21 Jun 2000 19:06:16 +0000 Subject: + added dc (aka the function formerly known as math) + did all the housekeeping that this change requires. --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') 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[] = { #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 -- cgit v1.2.3