SubDir OBOS_TOP src apps bin ifconfig ;

UsePrivateHeaders net ;

BinCommand ifconfig :
	ifconfig.c
: libsocket.so libbind.so ;

# Installation -- in the test directory for the time being
OBOSInstall install-networking
	: [ FDirName $(OBOS_TEST_DIR) kits net ]
	: ifconfig ;

Package haiku-networkingkit-cvs :
	ifconfig :
#	boot home config bin ;
	boot home Desktop haiku-networkingkit ;
