Added a basic Jamfile that tries to build the netperf test application.

Probably doesn't work, but it can be used as a template :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-01 01:26:22 +00:00
parent 50304661f3
commit f00b71c38d

View File

@ -0,0 +1,14 @@
SubDir OBOS_TOP src tests kits net netperf ;
SimpleTest netperf :
netperf.c
netsh.c
netlib.c
nettest_bsd.c
nettest_dlpi.c
nettest_unix.c
nettest_xti.c
nettest_ipv6.c
nettest_dns.c
: net
;