aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-19 20:23:03 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-19 20:23:03 +0000
commite494fdd2c73f7f2979f7e02d65e46a50bd86a59f (patch)
tree421436a8d83b6974088dd1e97d53139406616085 /busybox.c
parente77ae3a2c0328590b43447550bdb1284650b8236 (diff)
downloadbusybox-e494fdd2c73f7f2979f7e02d65e46a50bd86a59f.tar.gz
More stuff
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 6bcb65297..4849ba0a4 100644
--- a/busybox.c
+++ b/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