diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile new file mode 100644 index 0000000000..8b02779c47 --- /dev/null +++ b/src/apps/bin/Jamfile @@ -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 ; +