From 93e99fcd57348fd8a0d42743bf22affc8e88df2b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 11 Jul 2002 22:10:58 +0000 Subject: [PATCH] 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 --- src/apps/bin/Jamfile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/apps/bin/Jamfile 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 ; +