SubDir OBOS_TOP src apps bin route ;

UsePrivateHeaders net ;

BinCommand route :
	keywords.c
	route.c
	show.c
:  libnet.so ;

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