From 50304661f31f16faa7c925db87f83327a1fd9d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 1 Feb 2004 01:24:46 +0000 Subject: [PATCH] Uncomment the lines when you want to build anything from them. Note: if anything in this Jamfile builds properly, it should get part of the build, right? git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6452 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/net/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tests/kits/net/Jamfile b/src/tests/kits/net/Jamfile index 40f263d688..c543dd24a1 100644 --- a/src/tests/kits/net/Jamfile +++ b/src/tests/kits/net/Jamfile @@ -13,6 +13,7 @@ SubDir OBOS_TOP src tests kits net ; # SimpleTest at_client : at_client.c : ; -# SubInclude OBOS_TOP src tests kits net new_stack ; -# SubInclude OBOS_TOP src tests kits net ppp ; +#SubInclude OBOS_TOP src tests kits net netperf ; +#SubInclude OBOS_TOP src tests kits net new_stack ; +#SubInclude OBOS_TOP src tests kits net ppp ; SubInclude OBOS_TOP src tests kits net preflet ;