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:
Ingo Weinhold
2003-06-17 18:15:52 +00:00
parent 7bc56df125
commit 09eceed9b8
16 changed files with 84 additions and 0 deletions
+5
View File
@@ -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
View File
@@ -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
View File
@@ -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 ;
+5
View File
@@ -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
View File
@@ -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 ;