From e494fdd2c73f7f2979f7e02d65e46a50bd86a59f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 1999 20:23:03 +0000 Subject: More stuff --- applets/busybox.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'applets') 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 -- cgit v1.1