From 19db07b3d4ca4c333f9a53bfbc113b44f3c55750 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 11 Dec 1999 08:41:28 +0000 Subject: Ok, so this is reallt 0.38... -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index d1eb38a0b..4d676e7c0 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -114,6 +114,9 @@ static const struct Applet applets[] = { #ifdef BB_MKDIR //bin {"mkdir", mkdir_main}, #endif +#ifdef BB_MKFIFO //usr/bin + {"mkfifo", mkfifo_main}, +#endif #ifdef BB_MKNOD //bin {"mknod", mknod_main}, #endif -- cgit v1.2.3