made note of my recent changes
[oweals/busybox.git] / busybox.c
index d1eb38a0beda965999758831e3eb73abcfe70dfb..4d676e7c087e42b1bdf3e7b8f257ed1f79840789 100644 (file)
--- a/busybox.c
+++ b/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