1SubDir HAIKU_TOP src tools create_repository_config ;
2
3SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin pkgman ] ;
4
5USES_BE_API on <build>create_repository_config = true ;
6
7BuildPlatformMain <build>create_repository_config :
8	create_repository_config.cpp
9	:
10	libpackage_build.so $(HOST_LIBBE) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
11	;
12