SubDir HAIKU_TOP src add-ons kernel network stack ; 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. } UsePrivateHeaders kernel net ; KernelAddon stack : datalink.cpp domains.cpp interfaces.cpp net_buffer.cpp net_socket.cpp link.cpp radix.c routes.cpp stack.cpp utility.cpp ; # Installation HaikuInstall install-networking : /boot/home/config/add-ons/kernel/haiku_network : stack ; Package haiku-networkingkit-cvs : haiku : boot home config add-ons kernel haiku_network ;