commands/command: removed

Change-Id: I90d57681e7bcabebff323f27af57bab108fa6d4d
This commit is contained in:
Lionel Sambuc 2014-08-03 13:45:53 +02:00
parent 4f88696945
commit 5b03ef0598
6 changed files with 3 additions and 11 deletions

View file

@ -13,7 +13,7 @@
./bin/cd minix-sys obsolete
./bin/chgrp minix-sys
./bin/chmod minix-sys
./bin/command minix-sys
./bin/command minix-sys obsolete
./bin/cp minix-sys
./bin/cpio minix-sys
./bin/date minix-sys
@ -2263,7 +2263,7 @@
./usr/man/man1/colrm.1 minix-sys
./usr/man/man1/column.1 minix-sys
./usr/man/man1/comm.1 minix-sys
./usr/man/man1/command.1 minix-sys
./usr/man/man1/command.1 minix-sys obsolete
./usr/man/man1/compress.1 minix-sys
./usr/man/man1/continue.1 minix-sys
./usr/man/man1/cp.1 minix-sys

View file

@ -35,6 +35,6 @@ SUBDIR= add_route arp ash at backup btrace \
atnormalize dosread fdisk loadfont \
autopart part partition playwave \
recwave repartition screendump \
command expr test
expr test
.include <bsd.subdir.mk>

View file

@ -1,5 +0,0 @@
SCRIPTS= command.sh
BINDIR= /bin
MAN=
.include <bsd.prog.mk>

View file

@ -1 +0,0 @@
../shared/builtin.sh

View file

@ -6,7 +6,6 @@ and simply call the builtin function of the same name.
At this moment it is installed as the following commands:
/bin/[
/bin/command
/bin/echo
/bin/expr
/bin/test

View file

@ -25,7 +25,6 @@ MLINKS += ash.1 sh.1
MLINKS += ash.1 ..1
MLINKS += ash.1 break.1
MLINKS += ash.1 case.1
MLINKS += ash.1 command.1
MLINKS += ash.1 continue.1
MLINKS += ash.1 eval.1
MLINKS += ash.1 exec.1