haiku/Jamfile
Philippe Houdoin 5c3a520419 Change pseudo target net_stack into a simpler one: running "jam NetworkingKit" will
build all Networking Kit stuffs.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3217 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-12 20:50:04 +00:00

21 lines
398 B
Plaintext

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 ;