diff --git a/src/tools/makebootable/platform/pxe_ia32/Jamfile b/src/tools/makebootable/platform/pxe_ia32/Jamfile index 743c0f3e7c..a54befa69b 100644 --- a/src/tools/makebootable/platform/pxe_ia32/Jamfile +++ b/src/tools/makebootable/platform/pxe_ia32/Jamfile @@ -1,3 +1,11 @@ SubDir HAIKU_TOP src tools makebootable platform pxe_ia32 ; -# we don't need this tool for creating PXE boot image \ No newline at end of file +# we don't need this tool for creating PXE boot image + +SEARCH_SOURCE + += [ FDirName $(HAIKU_TOP) src bin ] ; + +BuildPlatformMain makebootable : + echo.c + : +;