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