SubDir HAIKU_TOP src add-ons kernel network protocols ipv6 ; SetSubDirSupportedPlatformsBeOSCompatible ; if $(TARGET_PLATFORM) != haiku { UseHeaders [ FStandardOSHeaders ] : true ; # Needed for and maybe other stuff. UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; # We need the public network headers also when not compiling for Haiku. # Unfortunately we get more than we want, namely all POSIX headers. } UsePrivateKernelHeaders ; UsePrivateHeaders net ; KernelAddon ipv6 : ipv6.cpp ipv6_address.cpp ipv6_utils.cpp multicast.cpp ; # Installation HaikuInstall install-networking : /boot/home/config/add-ons/kernel/network/protocols : ipv6 ;