xref: /haiku/src/bin/makebootable/Jamfile (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1SubDir HAIKU_TOP src bin makebootable ;
2
3if $(TARGET_BOOT_PLATFORM) {
4	SubInclude HAIKU_TOP src bin makebootable platform $(TARGET_BOOT_PLATFORM) ;
5}
6