1SubDir HAIKU_TOP src add-ons kernel network protocols icmp ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if $(TARGET_PLATFORM) != haiku { 6 UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; 7 # We need the public network headers also when not compiling for Haiku. 8 # Unfortunately we get more than we want, namely all POSIX headers. 9} 10 11UsePrivateHeaders net ; 12 13KernelAddon icmp : kernel obos_network protocols : 14 icmp.c 15; 16 17# Installation 18HaikuInstall install-networking 19 : /boot/home/config/add-ons/kernel/obos_network/protocols 20 : icmp ; 21 22Package haiku-networkingkit-cvs : 23 icmp : 24 boot home config add-ons kernel obos_network protocols ; 25