xref: /haiku/src/bin/package_repo/Jamfile (revision 29f8805f6c70f1c819eb58ac2220647d8e40d6e7)
1SubDir HAIKU_TOP src bin package_repo ;
2
3UsePrivateHeaders kernel shared ;
4
5DEFINES += B_ENABLE_INCOMPLETE_POSIX_AT_SUPPORT ;
6	# TODO: Remove when it is complete!
7
8BinCommand package_repo :
9	command_create.cpp
10	command_list.cpp
11	package_repo.cpp
12	:
13	package be
14	$(TARGET_LIBSUPC++)
15;
16
17