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