Files
haiku-beta6/src/kernel/apps/Jamfile
T
Axel Dörfler d82bfbadd6 Small test app for the execl() function.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9251 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-07 15:39:37 +00:00

36 lines
948 B
Plaintext

SubDir OBOS_TOP src kernel apps ;
KernelObjects
exec_test.c
false_main.c
fibo_main.c
init.c
monitor_test.c
pipe_test.c
true_main.c
sig_test.c
select_test.c
tls_test.c
on_exit_thread.c
;
if $(OBOS_ARCH) = x86 {
SubInclude OBOS_TOP src kernel apps cpuinfo ;
}
SubInclude OBOS_TOP src kernel apps consoled ;
SubInclude OBOS_TOP src kernel apps echo ;
SubInclude OBOS_TOP src kernel apps filetest ;
SubInclude OBOS_TOP src kernel apps fortune ;
SubInclude OBOS_TOP src kernel apps hostname ;
SubInclude OBOS_TOP src kernel apps ls ;
SubInclude OBOS_TOP src kernel apps symlink ;
SubInclude OBOS_TOP src kernel apps ps ;
SubInclude OBOS_TOP src kernel apps rld ;
SubInclude OBOS_TOP src kernel apps shell ;
SubInclude OBOS_TOP src kernel apps envtest ;
#SubInclude OBOS_TOP src kernel apps sockettest ;
SubInclude OBOS_TOP src kernel apps testapp ;
SubInclude OBOS_TOP src kernel apps tests ;
SubInclude OBOS_TOP src kernel apps uname ;