From c1525e84dd6a3ac8252ce10e6ae605bd37d60797 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 29 Oct 1999 00:07:31 +0000 Subject: Stuff --- busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.c') diff --git a/busybox.c b/busybox.c index 05144c472..29a112b12 100644 --- a/busybox.c +++ b/busybox.c @@ -142,6 +142,9 @@ static const struct Applet applets[] = { {"fdisk", sfdisk_main}, {"sfdisk", sfdisk_main}, #endif +#ifdef BB_SED //bin + {"sed", sed_main}, +#endif #ifdef BB_SLEEP //bin {"sleep", sleep_main}, #endif -- cgit v1.2.3