link against our libs

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7225 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-04-17 04:08:25 +00:00
parent 1b4ec3a38b
commit 035823f1e2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand arp : BinCommand arp :
arp.c arp.c
: socket bind ; : libsocket.so libbind.so ;
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking
+1 -1
View File
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand ifconfig : BinCommand ifconfig :
ifconfig.c ifconfig.c
: socket bind ; : libsocket.so libbind.so ;
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking
+1 -1
View File
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand ping : BinCommand ping :
ping.c ping.c
: socket bind ; : libsocket.so libbind.so ;
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking
+1 -1
View File
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand traceroute : BinCommand traceroute :
traceroute.c traceroute.c
: socket bind ; : libsocket.so libbind.so ;
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking