commands/read: removed
Change-Id: Iaa24bb634b31932f793f02c4df10b48030ab70a0
This commit is contained in:
parent
c6284ef73d
commit
09012edc2b
6 changed files with 3 additions and 11 deletions
|
@ -37,7 +37,7 @@
|
|||
./bin/printconfig minix-sys
|
||||
./bin/printroot minix-sys
|
||||
./bin/pwd minix-sys
|
||||
./bin/read minix-sys
|
||||
./bin/read minix-sys obsolete
|
||||
./bin/readclock minix-sys
|
||||
./bin/rm minix-sys
|
||||
./bin/rmdir minix-sys
|
||||
|
@ -2449,7 +2449,7 @@
|
|||
./usr/man/man1/pwhash.1 minix-sys
|
||||
./usr/man/man1/ranlib.1 minix-sys binutils
|
||||
./usr/man/man1/rcp.1 minix-sys
|
||||
./usr/man/man1/read.1 minix-sys
|
||||
./usr/man/man1/read.1 minix-sys obsolete
|
||||
./usr/man/man1/readelf.1 minix-sys binutils
|
||||
./usr/man/man1/readlink.1 minix-sys
|
||||
./usr/man/man1/readonly.1 minix-sys
|
||||
|
|
|
@ -35,7 +35,7 @@ SUBDIR= add_route arp ash at backup btrace \
|
|||
atnormalize dosread fdisk loadfont \
|
||||
autopart part partition playwave \
|
||||
recwave repartition screendump \
|
||||
command expr read test \
|
||||
command expr test \
|
||||
wait
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
SCRIPTS= read.sh
|
||||
BINDIR= /bin
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
|
@ -1 +0,0 @@
|
|||
../shared/builtin.sh
|
|
@ -9,7 +9,6 @@ At this moment it is installed as the following commands:
|
|||
/bin/command
|
||||
/bin/echo
|
||||
/bin/expr
|
||||
/bin/read
|
||||
/bin/test
|
||||
/bin/wait
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@ MLINKS += ash.1 hash.1
|
|||
MLINKS += ash.1 if.1
|
||||
MLINKS += ash.1 jobs.1
|
||||
MLINKS += ash.1 local.1
|
||||
MLINKS += ash.1 read.1
|
||||
MLINKS += ash.1 readonly.1
|
||||
MLINKS += ash.1 return.1
|
||||
MLINKS += ash.1 set.1
|
||||
|
|
Loading…
Reference in a new issue