[haiku-commits] r37497 - haiku/trunk

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Jul 2010 19:57:47 +0200 (CEST)

Author: phoudoin
Date: 2010-07-13 19:57:47 +0200 (Tue, 13 Jul 2010)
New Revision: 37497
Changeset: http://dev.haiku-os.org/changeset/37497

Modified:
   haiku/trunk/Jamfile
Log:
Removed NetworkingKit pseudo-target from OpenBeOS era: useless since long 
already.


Modified: haiku/trunk/Jamfile
===================================================================
--- haiku/trunk/Jamfile 2010-07-13 15:36:11 UTC (rev 37496)
+++ haiku/trunk/Jamfile 2010-07-13 17:57:47 UTC (rev 37497)
@@ -29,27 +29,6 @@
        spamdbm
 ;
 
-# Pseudo-target to build the network kit only
-NotFile NetworkingKit ;
-Depends NetworkingKit :
-       net_stack_driver net_server_driver
-       core
-       ethernet loopback ppp
-       raw route ipv4 icmp udp tcp
-       libnet.so libnetapi.so libbind.so libsocket.so
-       ping ifconfig <bin>route traceroute arp pppconfig
-
-       # network drivers:
-       sis900 rtl8139 rtl8169 via-rhine ipro1000 wb840 bcm440x bcm570x
-
-       # PPP devices:
-       modem pppoe
-       # PPP protocols:
-       ipcp
-       # PPP authenticators:
-       pap
-;
-
 # Pseudo-target to build the media stuffs only
 NotFile MediaKit ;
 Depends MediaKit :


Other related posts:

  • » [haiku-commits] r37497 - haiku/trunk - philippe . houdoin