- 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
This commit is contained in:
parent
a5c706d172
commit
80a6641eb3
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user