commands/getopts: removed

Change-Id: Idc9ec425749a76e2664906f2483be6071273507f
This commit is contained in:
Lionel Sambuc 2014-08-03 12:38:50 +02:00
parent 7f5f010bbd
commit 594136a126
6 changed files with 3 additions and 11 deletions

View file

@ -21,7 +21,7 @@
./bin/echo minix-sys
./bin/ed minix-sys
./bin/expr minix-sys
./bin/getopts minix-sys
./bin/getopts minix-sys obsolete
./bin/hostname minix-sys
./bin/intr minix-sys
./bin/kill minix-sys
@ -2320,7 +2320,7 @@
./usr/man/man1/gcpp.1 minix-sys gcccmds
./usr/man/man1/genassym.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/grep.1 minix-sys
./usr/man/man1/groups.1 minix-sys

View file

@ -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 getopts read test \
command expr read test \
umask wait
.include <bsd.subdir.mk>

View file

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

View file

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

View file

@ -9,7 +9,6 @@ At this moment it is installed as the following commands:
/bin/command
/bin/echo
/bin/expr
/bin/getopts
/bin/read
/bin/test
/bin/umask

View file

@ -33,7 +33,6 @@ MLINKS += ash.1 exec.1
MLINKS += ash.1 exit.1
MLINKS += ash.1 export.1
MLINKS += ash.1 for.1
MLINKS += ash.1 getopts.1
MLINKS += ash.1 hash.1
MLINKS += ash.1 if.1
MLINKS += ash.1 jobs.1