1 SubDir HAIKU_TOP src add-ons kernel network stack ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if $(TARGET_PLATFORM) != haiku {
6 UseHeaders [ FStandardOSHeaders ] : true ;
7 # Needed for <support/Errors.h> and maybe other stuff.
8 UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
9 # We need the public network headers also when not compiling for Haiku.
10 # Unfortunately we get more than we want, namely all POSIX headers.
14 UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
15 UsePrivateHeaders net shared ;
34 #simple_net_buffer.cpp
38 HaikuInstall install-networking : /boot/home/config/add-ons/kernel/haiku_network