SubDir OBOS_TOP src apps bin route ;

UsePrivateHeaders net ;

BinCommand <bin>route :
	keywords.c
	route.c
	show.c
: libsocket.so libbind.so ;

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

Package openbeos-networkingkit-cvs :
	<bin>route :
#	boot home config bin ;
	boot home Desktop openbeos-networkingkit ;
