From 80a6641eb33b84ebee67b9aca471c4aacabc6556 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 2 Jun 2006 17:58:29 +0000 Subject: [PATCH] - set arp, route and ifconfig to haiku-only, as they are incompatible with the other BeOS-platforms anyway (unless I'm mistaken). Please note that these tools are still available as part of 'install-userland-networking'. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17703 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/arp/Jamfile | 2 +- src/bin/ifconfig/Jamfile | 2 +- src/bin/route/Jamfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/arp/Jamfile b/src/bin/arp/Jamfile index eb83c46107..98653e2bc0 100644 --- a/src/bin/arp/Jamfile +++ b/src/bin/arp/Jamfile @@ -1,6 +1,6 @@ SubDir HAIKU_TOP src bin arp ; -SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ; +SetSubDirSupportedPlatforms haiku ; if $(TARGET_PLATFORM) != haiku { UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; diff --git a/src/bin/ifconfig/Jamfile b/src/bin/ifconfig/Jamfile index 70d44112f8..89fc7ecd5d 100644 --- a/src/bin/ifconfig/Jamfile +++ b/src/bin/ifconfig/Jamfile @@ -1,6 +1,6 @@ SubDir HAIKU_TOP src bin ifconfig ; -SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ; +SetSubDirSupportedPlatforms haiku ; if $(TARGET_PLATFORM) != haiku { UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; diff --git a/src/bin/route/Jamfile b/src/bin/route/Jamfile index f3fb7680f4..ffbca8d9a7 100644 --- a/src/bin/route/Jamfile +++ b/src/bin/route/Jamfile @@ -1,6 +1,6 @@ SubDir HAIKU_TOP src bin route ; -SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ; +SetSubDirSupportedPlatforms haiku ; if $(TARGET_PLATFORM) != haiku { UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;