commands/getopts: removed
Change-Id: Idc9ec425749a76e2664906f2483be6071273507f
This commit is contained in:
parent
7f5f010bbd
commit
594136a126
6 changed files with 3 additions and 11 deletions
|
@ -21,7 +21,7 @@
|
||||||
./bin/echo minix-sys
|
./bin/echo minix-sys
|
||||||
./bin/ed minix-sys
|
./bin/ed minix-sys
|
||||||
./bin/expr minix-sys
|
./bin/expr minix-sys
|
||||||
./bin/getopts minix-sys
|
./bin/getopts minix-sys obsolete
|
||||||
./bin/hostname minix-sys
|
./bin/hostname minix-sys
|
||||||
./bin/intr minix-sys
|
./bin/intr minix-sys
|
||||||
./bin/kill minix-sys
|
./bin/kill minix-sys
|
||||||
|
@ -2320,7 +2320,7 @@
|
||||||
./usr/man/man1/gcpp.1 minix-sys gcccmds
|
./usr/man/man1/gcpp.1 minix-sys gcccmds
|
||||||
./usr/man/man1/genassym.1 minix-sys
|
./usr/man/man1/genassym.1 minix-sys
|
||||||
./usr/man/man1/getopt.1 minix-sys
|
./usr/man/man1/getopt.1 minix-sys
|
||||||
./usr/man/man1/getopts.1 minix-sys
|
./usr/man/man1/getopts.1 minix-sys obsolete
|
||||||
./usr/man/man1/gprof.1 minix-sys binutils
|
./usr/man/man1/gprof.1 minix-sys binutils
|
||||||
./usr/man/man1/grep.1 minix-sys
|
./usr/man/man1/grep.1 minix-sys
|
||||||
./usr/man/man1/groups.1 minix-sys
|
./usr/man/man1/groups.1 minix-sys
|
||||||
|
|
|
@ -35,7 +35,7 @@ SUBDIR= add_route arp ash at backup btrace \
|
||||||
atnormalize dosread fdisk loadfont \
|
atnormalize dosread fdisk loadfont \
|
||||||
autopart part partition playwave \
|
autopart part partition playwave \
|
||||||
recwave repartition screendump \
|
recwave repartition screendump \
|
||||||
command expr getopts read test \
|
command expr read test \
|
||||||
umask wait
|
umask wait
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
SCRIPTS= getopts.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/command
|
||||||
/bin/echo
|
/bin/echo
|
||||||
/bin/expr
|
/bin/expr
|
||||||
/bin/getopts
|
|
||||||
/bin/read
|
/bin/read
|
||||||
/bin/test
|
/bin/test
|
||||||
/bin/umask
|
/bin/umask
|
||||||
|
|
|
@ -33,7 +33,6 @@ MLINKS += ash.1 exec.1
|
||||||
MLINKS += ash.1 exit.1
|
MLINKS += ash.1 exit.1
|
||||||
MLINKS += ash.1 export.1
|
MLINKS += ash.1 export.1
|
||||||
MLINKS += ash.1 for.1
|
MLINKS += ash.1 for.1
|
||||||
MLINKS += ash.1 getopts.1
|
|
||||||
MLINKS += ash.1 hash.1
|
MLINKS += ash.1 hash.1
|
||||||
MLINKS += ash.1 if.1
|
MLINKS += ash.1 if.1
|
||||||
MLINKS += ash.1 jobs.1
|
MLINKS += ash.1 jobs.1
|
||||||
|
|
Loading…
Reference in a new issue