btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / bin / network / ping / Jamfile
blob892bb02e2c1fa518a9c188138fa0adde0d164550
1 SubDir HAIKU_TOP src bin network ping ;
3 SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6         UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
7                 # We need the public network headers also when not compiling for Haiku.
8                 # Unfortunately we get more than we want, namely all POSIX headers.
11 BinCommand ping :
12         ping.c
13         : $(TARGET_NETWORK_LIBS) $(TARGET_SELECT_UNAME_ETC_LIB) ;
15 # Installation -- in the test directory for the time being
16 HaikuInstall install-networking
17         : [ FDirName $(HAIKU_TEST_DIR) kits net ]
18         : ping ;
20 HaikuInstall install-userland-networking 
21         : [ FDirName $(HAIKU_TEST_DIR) kits net userland ]
22         : ping
23         : installed-userland-networking