diff options
author | Eric Andersen | 1999-10-29 00:07:31 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-29 00:07:31 +0000 |
commit | c1525e84dd6a3ac8252ce10e6ae605bd37d60797 (patch) | |
tree | bef01229299c4ad89f2e353df0e88af292a8795c /applets/busybox.c | |
parent | 6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 (diff) | |
download | busybox-c1525e84dd6a3ac8252ce10e6ae605bd37d60797.zip busybox-c1525e84dd6a3ac8252ce10e6ae605bd37d60797.tar.gz |
Stuff
Diffstat (limited to 'applets/busybox.c')
-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 05144c4..29a112b 100644 --- a/applets/busybox.c +++ b/applets/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 |