1SubDir HAIKU_TOP src tests kits net cookie ;
2
3Application cookie_test
4	: cookie_test.cpp
5	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) [ TargetLibstdc++ ]
6	;
7