diff options
author | Eric Andersen | 1999-10-19 20:23:03 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-19 20:23:03 +0000 |
commit | e494fdd2c73f7f2979f7e02d65e46a50bd86a59f (patch) | |
tree | 421436a8d83b6974088dd1e97d53139406616085 /applets | |
parent | e77ae3a2c0328590b43447550bdb1284650b8236 (diff) | |
download | busybox-e494fdd2c73f7f2979f7e02d65e46a50bd86a59f.zip busybox-e494fdd2c73f7f2979f7e02d65e46a50bd86a59f.tar.gz |
More stuff
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 6bcb652..4849ba0 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -51,6 +51,12 @@ static const struct Applet applets[] = { #ifdef BB_FIND //usr/bin {"find", find_main}, #endif +#ifdef BB_FSCK_MINIX //sbin + {"fsck.minix", fsck_minix_main}, +#endif +#ifdef BB_MKFS_MINIX //sbin + {"mkfs.minix", mkfs_minix_main}, +#endif #ifdef BB_GREP //bin {"grep", grep_main}, #endif |