RepositoryRules: RepositoryConfig does not need/use URL now.
[haiku.git] / 3rdparty / Jamfile
blob119bad1e95f68e281ddfd0af248adb63253a28c3
1 SubDir HAIKU_TOP 3rdparty ;
3 # automatically pick any subdir that contains a Jamfile
4 # this should allow hooking projects locally
5 # without having to touch this file and get conflicts when it is updated.
6 for subdir in [ GLOB $(SUBDIR) : [^.]* ] {
7         if [ GLOB $(subdir:G=) : Jamfile ] {
8                 SubInclude HAIKU_TOP 3rdparty $(subdir:D=) ;
9         }