diff --git a/src/tools/copy_to_bfs_image/Jamfile b/src/tools/copy_to_bfs_image/Jamfile index 4e983aeb49..da65cc6806 100644 --- a/src/tools/copy_to_bfs_image/Jamfile +++ b/src/tools/copy_to_bfs_image/Jamfile @@ -32,6 +32,8 @@ BinCommand copy_to_bfs_image : Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp Debug.cpp kernel_cpp.cpp + + strlcat.c : ; @@ -46,6 +48,10 @@ SEARCH on [ FGristFiles kernel_cpp.cpp ] = [ FDirName $(OBOS_TOP) src kernel core util ] ; +SEARCH on [ FGristFiles + strlcat.c + ] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ; + SEARCH on [ FGristFiles rootfs.c initfs.c kernel.c cache.c sl.c stub.c sysdep.c hexdump.c argv.c ] = [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ] ;