Change-Id: I5557eb2116d23c466ce82f1c8c9d18590316a0d0
worldstone updateboot update_bootcfg \
atnormalize dosread fdisk loadfont \
autopart part partition playwave \
- recwave repartition screendump \
- test
+ recwave repartition screendump
.include <bsd.subdir.mk>
+++ /dev/null
-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.
+++ /dev/null
-#!/bin/sh
-#
-# cd 1.3 - equivalents for normally builtin commands. Author: Kees J. Bot
-
-case $0 in
-*/*) command="`expr "$0" : '.*/\(.*\)'`"
- ;;
-*) command="$0"
-esac
-
-"$command" "$@"
+++ /dev/null
-SCRIPTS= test.sh
-BINDIR= /bin
-MAN=
-
-.include <bsd.prog.mk>
+++ /dev/null
-../shared/builtin.sh
\ No newline at end of file