1SubDir HAIKU_TOP src tests add-ons kernel network protocols icmp ;
2
3UseLegacyHeaders network ;
4UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
5UsePrivateHeaders net ;
6
7SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel network protocols icmp ] ;
8
9Addon <userland>icmp :
10	icmp.c
11	: <installed-userland-networking>net_stack_tester
12;
13
14
15# Installation -- in the test directory for the time being
16HaikuInstall install-userland-networking 
17	: [ FDirName $(HAIKU_TEST_DIR) kits net userland add-ons obos_network protocols ]
18	: <userland>icmp
19	: installed-userland-networking
20;
21