SubDir OBOS_TOP ;

InstallFloppy installfloppy : $(OBOS_FLOPPY) ;

NotFile alltests ;
Depends alltests : r5tests obostests ;

# Pseudo-target to build the network kit only
NotFile NetworkingKit ;
Depends NetworkingKit :
	net_stack_driver net_server_driver
	core
	ethernet loopback 
	raw	ipv4 icmp udp tcp
	libnet.so libnetapi.so 
	ping ifconfig route traceroute arp
;	
 
SubInclude OBOS_TOP src ;