From 63990f7f3b130618da10759201e05772629d9b6e Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Sun, 6 Oct 2002 11:38:44 +0000 Subject: [PATCH] Added a couple of the newer bin commands. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1403 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index ec7854f3a8..007bfb9b7a 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -4,6 +4,12 @@ StdBinCommands alert.cpp clipboard.cpp shutdown.cpp + beep.cpp + clipboard.cpp + df.cpp + isvolume.cpp + lsindex.cpp + yes.cpp : be ; StdBinCommands @@ -26,6 +32,7 @@ StdBinCommands rescan.c unchop.c waitfor.c + whoami.c ; #SubInclude OBOS_TOP src apps bin gnu ; @@ -41,6 +48,4 @@ SubInclude OBOS_TOP src apps bin ping ; SubInclude OBOS_TOP src apps bin route ; SubInclude OBOS_TOP src apps bin traceroute ; SubInclude OBOS_TOP src apps bin unzip ; -SubInclude OBOS_TOP src apps bin zip ; - - +SubInclude OBOS_TOP src apps bin zip ; \ No newline at end of file