SubDir OBOS_TOP src apps bin ifconfig ;

UsePrivateHeaders net ;

BinCommand ifconfig :
	ifconfig.c
:  libnet.so ;

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