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
This commit is contained in:
Philippe Houdoin
2002-08-27 07:18:11 +00:00
parent c541e4ebc2
commit 8a3eb78f9d
2 changed files with 9 additions and 5 deletions
-5
View File
@@ -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 ;
+9
View File
@@ -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 ;