diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-29 00:07:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-29 00:07:31 +0000 |
commit | c1525e84dd6a3ac8252ce10e6ae605bd37d60797 (patch) | |
tree | bef01229299c4ad89f2e353df0e88af292a8795c /applets | |
parent | 6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 (diff) | |
download | busybox-w32-c1525e84dd6a3ac8252ce10e6ae605bd37d60797.tar.gz busybox-w32-c1525e84dd6a3ac8252ce10e6ae605bd37d60797.tar.bz2 busybox-w32-c1525e84dd6a3ac8252ce10e6ae605bd37d60797.zip |
Stuff
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 05144c472..29a112b12 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -142,6 +142,9 @@ static const struct Applet applets[] = { | |||
142 | {"fdisk", sfdisk_main}, | 142 | {"fdisk", sfdisk_main}, |
143 | {"sfdisk", sfdisk_main}, | 143 | {"sfdisk", sfdisk_main}, |
144 | #endif | 144 | #endif |
145 | #ifdef BB_SED //bin | ||
146 | {"sed", sed_main}, | ||
147 | #endif | ||
145 | #ifdef BB_SLEEP //bin | 148 | #ifdef BB_SLEEP //bin |
146 | {"sleep", sleep_main}, | 149 | {"sleep", sleep_main}, |
147 | #endif | 150 | #endif |