From 48667b835c3b63a221966f167664e27e3cf50eda Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Tue, 30 Dec 2003 15:59:44 +0000 Subject: [PATCH] Updated to include tput and clear (hope ive done it right) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5833 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index 4e59e206ac..437ff16039 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -40,6 +40,7 @@ StdBinCommands StdBinCommands chop.c + clear.c driveinfo.c echo.c eject.c @@ -55,6 +56,7 @@ StdBinCommands rescan.c rmattr.cpp sysinfo.c + tput.c unchop.c unmount.c waitfor.c