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