Added commands in the top level dir to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-11 22:10:58 +00:00
parent f06de7f34f
commit 93e99fcd57

29
src/apps/bin/Jamfile Normal file
View File

@ -0,0 +1,29 @@
SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
clipboard.cpp
: be ;
StdBinCommands
roster.cpp
: be stdc++.r4 ;
StdBinCommands
chop.c
echo.c
hd.c
listarea.c
listimage.c
listport.c
listsem.c
prio.c
ps.c
renice.c
rescan.c
unchop.c
waitfor.c
;
#SubInclude OBOS_TOP src apps bin gnu ;