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