SubDir OBOS_TOP src apps bin arp ;

UsePrivateHeaders net ;

BinCommand arp :
	arp.c
:  libnet.so ;

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