Ok, so this is reallt 0.38...

-Erik
This commit is contained in:
Eric Andersen
1999-12-11 08:41:28 +00:00
parent 59248bad97
commit 19db07b3d4
9 changed files with 383 additions and 87 deletions

View File

@@ -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