commands/cd: removed

Change-Id: I438c1dfc778e23131fbd0ee1246abfb7df9437f3
This commit is contained in:
Lionel Sambuc 2014-08-03 12:40:23 +02:00
parent 594136a126
commit 3aa3cee7d5
5 changed files with 3 additions and 10 deletions

View file

@ -10,7 +10,7 @@
./bin minix-sys
./bin/[ minix-sys
./bin/cat minix-sys
./bin/cd minix-sys
./bin/cd minix-sys obsolete
./bin/chgrp minix-sys
./bin/chmod minix-sys
./bin/command minix-sys
@ -2245,7 +2245,7 @@
./usr/man/man1/cawf.1 minix-sys
./usr/man/man1/cc.1 minix-sys gcccmds
./usr/man/man1/cccp.1 minix-sys gcccmds
./usr/man/man1/cd.1 minix-sys
./usr/man/man1/cd.1 minix-sys obsolete
./usr/man/man1/c++filt.1 minix-sys binutils
./usr/man/man1/checknr.1 minix-sys
./usr/man/man1/chfn.1 minix-sys

View file

@ -3,7 +3,7 @@
.include <bsd.own.mk>
SUBDIR= add_route arp ash at backup btrace \
cawf cd cdprobe \
cawf cdprobe \
ci cleantmp cmp co \
compress crc cron crontab \
dd decomp16 DESCRIBE devmand devsize dhcpd \

View file

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

View file

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

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 cd.1
MLINKS += ash.1 command.1
MLINKS += ash.1 continue.1
MLINKS += ash.1 eval.1