summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-11 08:41:28 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-11 08:41:28 +0000
commit19db07b3d4ca4c333f9a53bfbc113b44f3c55750 (patch)
tree6c916e01a70d0d351778cffbee53a2d7e3d2f3b5 /applets
parent59248bad97413798ac0cfdc5fcc75c7635a7ab1c (diff)
downloadbusybox-w32-19db07b3d4ca4c333f9a53bfbc113b44f3c55750.tar.gz
busybox-w32-19db07b3d4ca4c333f9a53bfbc113b44f3c55750.tar.bz2
busybox-w32-19db07b3d4ca4c333f9a53bfbc113b44f3c55750.zip
Ok, so this is reallt 0.38...
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
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[] = {
114#ifdef BB_MKDIR //bin 114#ifdef BB_MKDIR //bin
115 {"mkdir", mkdir_main}, 115 {"mkdir", mkdir_main},
116#endif 116#endif
117#ifdef BB_MKFIFO //usr/bin
118 {"mkfifo", mkfifo_main},
119#endif
117#ifdef BB_MKNOD //bin 120#ifdef BB_MKNOD //bin
118 {"mknod", mknod_main}, 121 {"mknod", mknod_main},
119#endif 122#endif