58f2dcabcb
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3216 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
SubDir OBOS_TOP ;
|
|
|
|
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
|
|
|
|
NotFile alltests ;
|
|
Depends alltests : r5tests obostests ;
|
|
|
|
NotFile net_stack ;
|
|
Depends net_stack :
|
|
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 ;
|
|
|