1SubDir HAIKU_TOP 3rdparty mmu_man ; 2 3SubInclude HAIKU_TOP 3rdparty mmu_man themes ; 4 5# distro stuff located in my own branch, 6# to use it symlink it here. 7{ 8 local subDir 9 = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ; 10 if $(subDir) { 11 SubInclude HAIKU_TOP 3rdparty mmu_man distro ; 12 } 13} 14