Import NetBSD echo command

Replaces the 'echo' functionality provided by commands/echo.
This commit is contained in:
Zachary Storer 2014-03-14 02:09:14 -06:00 committed by Lionel Sambuc
parent b6ca6448bc
commit 5552d86152
3 changed files with 1 additions and 7 deletions

View file

@ -35,7 +35,7 @@ SUBDIR= add_route arp ash at backup btrace \
atnormalize dosread fdisk loadfont \
autopart part partition playwave \
recwave repartition screendump \
command echo expr getopts read test \
command expr getopts read test \
umask wait
.if ${MACHINE_ARCH} == "earm"

View file

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

View file

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