1SubDir HAIKU_TOP src tests add-ons kernel network protocols route ; 2 3UseLegacyHeaders network ; 4UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; 5UsePrivateHeaders net ; 6 7SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel network protocols route ] ; 8 9Addon <userland>route : 10 route.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>route 18 : installed-userland-networking 19; 20