commands/test: removed
Change-Id: I5557eb2116d23c466ce82f1c8c9d18590316a0d0
This commit is contained in:
parent
d4c5f15a03
commit
ae8b65444d
5 changed files with 1 additions and 33 deletions
|
@ -34,7 +34,6 @@ SUBDIR= add_route arp ash at backup btrace \
|
|||
worldstone updateboot update_bootcfg \
|
||||
atnormalize dosread fdisk loadfont \
|
||||
autopart part partition playwave \
|
||||
recwave repartition screendump \
|
||||
test
|
||||
recwave repartition screendump
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
builtin.sh is installed as a set of tools to stand in for specific
|
||||
filesystem call to builtin commands.
|
||||
|
||||
for example if /bin/test is used, then builtin.sh will be loaded
|
||||
and simply call the builtin function of the same name.
|
||||
|
||||
At this moment it is installed as the following commands:
|
||||
/bin/[
|
||||
/bin/echo
|
||||
/bin/test
|
||||
|
||||
If one of the following is replaced by the NetBSD equivalent, please
|
||||
update the list, and remove this completly when it is not anymore
|
||||
required.
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# cd 1.3 - equivalents for normally builtin commands. Author: Kees J. Bot
|
||||
|
||||
case $0 in
|
||||
*/*) command="`expr "$0" : '.*/\(.*\)'`"
|
||||
;;
|
||||
*) command="$0"
|
||||
esac
|
||||
|
||||
"$command" "$@"
|
|
@ -1,5 +0,0 @@
|
|||
SCRIPTS= test.sh
|
||||
BINDIR= /bin
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
|
@ -1 +0,0 @@
|
|||
../shared/builtin.sh
|
Loading…
Reference in a new issue