Added support for installing the networking stuff. Use: jam [un]install-networking.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3557 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,3 +5,8 @@ UsePrivateHeaders net ;
|
||||
BinCommand arp :
|
||||
arp.c
|
||||
: libnet.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
: [ FDirName $(OBOS_TEST_DIR) kits net ]
|
||||
: arp ;
|
||||
|
||||
@@ -5,3 +5,8 @@ UsePrivateHeaders net ;
|
||||
BinCommand ifconfig :
|
||||
ifconfig.c
|
||||
: libnet.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
: [ FDirName $(OBOS_TEST_DIR) kits net ]
|
||||
: ifconfig ;
|
||||
|
||||
@@ -5,3 +5,8 @@ UsePrivateHeaders net ;
|
||||
BinCommand ping :
|
||||
ping.c
|
||||
: libnet.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
: [ FDirName $(OBOS_TEST_DIR) kits net ]
|
||||
: ping ;
|
||||
|
||||
@@ -7,3 +7,8 @@ BinCommand route :
|
||||
route.c
|
||||
show.c
|
||||
: libnet.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
: [ FDirName $(OBOS_TEST_DIR) kits net ]
|
||||
: route ;
|
||||
|
||||
@@ -5,3 +5,8 @@ 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 ;
|
||||
|
||||
Reference in New Issue
Block a user