commands/expr: removed

Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a
This commit is contained in:
Lionel Sambuc 2014-08-03 14:37:13 +02:00
parent 5b03ef0598
commit d4c5f15a03
4 changed files with 1 additions and 8 deletions

View file

@ -35,6 +35,6 @@ SUBDIR= add_route arp ash at backup btrace \
atnormalize dosread fdisk loadfont \
autopart part partition playwave \
recwave repartition screendump \
expr test
test
.include <bsd.subdir.mk>

View file

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

View file

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

View file

@ -7,7 +7,6 @@ and simply call the builtin function of the same name.
At this moment it is installed as the following commands:
/bin/[
/bin/echo
/bin/expr
/bin/test
If one of the following is replaced by the NetBSD equivalent, please