SubDir OBOS_TOP src apps bin traceroute ;

UsePrivateHeaders net ;

BinCommand traceroute :
	traceroute.c
:  libnet.so ;

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