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