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