commands/expr: removed
Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a
This commit is contained in:
parent
5b03ef0598
commit
d4c5f15a03
4 changed files with 1 additions and 8 deletions
|
@ -35,6 +35,6 @@ 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 \
|
||||||
expr test
|
test
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
SCRIPTS= expr.sh
|
|
||||||
BINDIR= /bin
|
|
||||||
MAN=
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
|
@ -1 +0,0 @@
|
||||||
../shared/builtin.sh
|
|
|
@ -7,7 +7,6 @@ and simply call the builtin function of the same name.
|
||||||
At this moment it is installed as the following commands:
|
At this moment it is installed as the following commands:
|
||||||
/bin/[
|
/bin/[
|
||||||
/bin/echo
|
/bin/echo
|
||||||
/bin/expr
|
|
||||||
/bin/test
|
/bin/test
|
||||||
|
|
||||||
If one of the following is replaced by the NetBSD equivalent, please
|
If one of the following is replaced by the NetBSD equivalent, please
|
||||||
|
|
Loading…
Reference in a new issue