Remove mknod(1) from sbase

mknod(1) is not POSIX and it is not portable so it should be
in ubase instead of sbase.
This commit is contained in:
sin
2014-01-28 16:52:06 +00:00
parent 7028920ff4
commit 43057f3a39
3 changed files with 0 additions and 84 deletions

View File

@@ -56,7 +56,6 @@ SRC = \
md5sum.c \
mkdir.c \
mkfifo.c \
mknod.c \
mktemp.c \
mv.c \
nice.c \