1SubDir HAIKU_TOP src bin network ifconfig ; 2 3if $(TARGET_PLATFORM) != haiku { 4 UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; 5 # We need the public network headers also when not compiling for Haiku. 6 # Unfortunately we get more than we want, namely all POSIX headers. 7} 8 9BinCommand ifconfig : 10 ifconfig.cpp 11 : libnetwork.so 12; 13 14# Installation -- in the test directory for the time being 15HaikuInstall install-networking 16 : [ FDirName $(HAIKU_TEST_DIR) kits net ] 17 : ifconfig ; 18 19HaikuInstall install-userland-networking 20 : [ FDirName $(HAIKU_TEST_DIR) kits net userland ] 21 : ifconfig 22 : installed-userland-networking 23; 24 25Package haiku-networkingkit-cvs : 26 ifconfig : 27# boot home config bin ; 28 boot home Desktop haiku-networkingkit ; 29