commands/cd: removed
Change-Id: I438c1dfc778e23131fbd0ee1246abfb7df9437f3
This commit is contained in:
parent
594136a126
commit
3aa3cee7d5
5 changed files with 3 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
||||||
./bin minix-sys
|
./bin minix-sys
|
||||||
./bin/[ minix-sys
|
./bin/[ minix-sys
|
||||||
./bin/cat minix-sys
|
./bin/cat minix-sys
|
||||||
./bin/cd minix-sys
|
./bin/cd minix-sys obsolete
|
||||||
./bin/chgrp minix-sys
|
./bin/chgrp minix-sys
|
||||||
./bin/chmod minix-sys
|
./bin/chmod minix-sys
|
||||||
./bin/command minix-sys
|
./bin/command minix-sys
|
||||||
|
@ -2245,7 +2245,7 @@
|
||||||
./usr/man/man1/cawf.1 minix-sys
|
./usr/man/man1/cawf.1 minix-sys
|
||||||
./usr/man/man1/cc.1 minix-sys gcccmds
|
./usr/man/man1/cc.1 minix-sys gcccmds
|
||||||
./usr/man/man1/cccp.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/c++filt.1 minix-sys binutils
|
||||||
./usr/man/man1/checknr.1 minix-sys
|
./usr/man/man1/checknr.1 minix-sys
|
||||||
./usr/man/man1/chfn.1 minix-sys
|
./usr/man/man1/chfn.1 minix-sys
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
SUBDIR= add_route arp ash at backup btrace \
|
SUBDIR= add_route arp ash at backup btrace \
|
||||||
cawf cd cdprobe \
|
cawf cdprobe \
|
||||||
ci cleantmp cmp co \
|
ci cleantmp cmp co \
|
||||||
compress crc cron crontab \
|
compress crc cron crontab \
|
||||||
dd decomp16 DESCRIBE devmand devsize dhcpd \
|
dd decomp16 DESCRIBE devmand devsize dhcpd \
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
SCRIPTS= cd.sh
|
|
||||||
BINDIR= /bin
|
|
||||||
MAN=
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
|
@ -1 +0,0 @@
|
||||||
../shared/builtin.sh
|
|
|
@ -25,7 +25,6 @@ MLINKS += ash.1 sh.1
|
||||||
MLINKS += ash.1 ..1
|
MLINKS += ash.1 ..1
|
||||||
MLINKS += ash.1 break.1
|
MLINKS += ash.1 break.1
|
||||||
MLINKS += ash.1 case.1
|
MLINKS += ash.1 case.1
|
||||||
MLINKS += ash.1 cd.1
|
|
||||||
MLINKS += ash.1 command.1
|
MLINKS += ash.1 command.1
|
||||||
MLINKS += ash.1 continue.1
|
MLINKS += ash.1 continue.1
|
||||||
MLINKS += ash.1 eval.1
|
MLINKS += ash.1 eval.1
|
||||||
|
|
Loading…
Reference in a new issue