diff --git a/tools/tools/syscall_timing/Makefile b/tools/tools/syscall_timing/Makefile --- a/tools/tools/syscall_timing/Makefile +++ b/tools/tools/syscall_timing/Makefile @@ -2,7 +2,8 @@ # PROG= syscall_timing -CFLAGS+= -static -O +CFLAGS+= -O +NO_SHARED= MAN= #LIBADD= pthread diff --git a/tools/tools/syscall_timing/Makefile.depend b/tools/tools/syscall_timing/Makefile.depend new file mode 100644 --- /dev/null +++ b/tools/tools/syscall_timing/Makefile.depend @@ -0,0 +1,13 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif