From 8a3eb78f9ddeb0372362bae630fb1270b1c28146 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 27 Aug 2002 07:18:11 +0000 Subject: [PATCH] Moving arp, ifconfig, ping, route and traceroute directories into bin/., as these apps are command line tools. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@892 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/Jamfile | 5 ----- src/apps/bin/Jamfile | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/apps/Jamfile b/src/apps/Jamfile index a58afb9ca6..20a00ad4dc 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -1,11 +1,6 @@ SubDir OBOS_TOP src apps ; -SubInclude OBOS_TOP src apps arp ; SubInclude OBOS_TOP src apps bin ; SubInclude OBOS_TOP src apps clock ; -SubInclude OBOS_TOP src apps ifconfig ; SubInclude OBOS_TOP src apps magnify ; -SubInclude OBOS_TOP src apps ping ; SubInclude OBOS_TOP src apps pulse ; -SubInclude OBOS_TOP src apps route ; -SubInclude OBOS_TOP src apps traceroute ; \ No newline at end of file diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index 34fe0af12f..083c55c091 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -31,3 +31,12 @@ SubInclude OBOS_TOP src apps bin listdev ; SubInclude OBOS_TOP src apps bin mkdos ; SubInclude OBOS_TOP src apps bin pc ; +# Network command line tools +SubInclude OBOS_TOP src apps bin arp ; +SubInclude OBOS_TOP src apps bin ifconfig ; +# SubInclude OBOS_TOP src apps bin pppconfig ; +SubInclude OBOS_TOP src apps bin ping ; +SubInclude OBOS_TOP src apps bin route ; +SubInclude OBOS_TOP src apps bin traceroute ; + +