diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 991a77a0f..8ea33a37c 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -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 diff --git a/minix/commands/expr/Makefile b/minix/commands/expr/Makefile deleted file mode 100644 index 76307486d..000000000 --- a/minix/commands/expr/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= expr.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/expr/expr.sh b/minix/commands/expr/expr.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/expr/expr.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/commands/shared/README b/minix/commands/shared/README index bcd807e61..61173be79 100644 --- a/minix/commands/shared/README +++ b/minix/commands/shared/README @@ -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