Added a couple of the newer bin commands.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1403 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Phil Greenway 2002-10-06 11:38:44 +00:00
parent ea5fda7b4c
commit 63990f7f3b
1 changed files with 8 additions and 3 deletions

View File

@ -4,6 +4,12 @@ StdBinCommands
alert.cpp alert.cpp
clipboard.cpp clipboard.cpp
shutdown.cpp shutdown.cpp
beep.cpp
clipboard.cpp
df.cpp
isvolume.cpp
lsindex.cpp
yes.cpp
: be ; : be ;
StdBinCommands StdBinCommands
@ -26,6 +32,7 @@ StdBinCommands
rescan.c rescan.c
unchop.c unchop.c
waitfor.c waitfor.c
whoami.c
; ;
#SubInclude OBOS_TOP src apps bin gnu ; #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 route ;
SubInclude OBOS_TOP src apps bin traceroute ; SubInclude OBOS_TOP src apps bin traceroute ;
SubInclude OBOS_TOP src apps bin unzip ; SubInclude OBOS_TOP src apps bin unzip ;
SubInclude OBOS_TOP src apps bin zip ; SubInclude OBOS_TOP src apps bin zip ;