replacing files when merging when you don't have deleted them manually (for some reason, it only works as part of the merge operation, and we didn't copy the whole tree to have "a fresh start" - next time we know better, at least if SVN still suffers from that same limitation). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18456 a95241bf-73f2-0310-859d-f6bbb57e9c96
42 lines
1004 B
Plaintext
42 lines
1004 B
Plaintext
SubDir HAIKU_TOP src bin network ftp ;
|
|
|
|
SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ;
|
|
|
|
if $(TARGET_PLATFORM) != haiku {
|
|
UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
|
|
# We need the public network headers also when not compiling for Haiku.
|
|
# Unfortunately we get more than we want, namely all POSIX headers.
|
|
}
|
|
|
|
UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
|
|
|
|
BinCommand ftp :
|
|
cmds.c
|
|
cmdtab.c
|
|
complete.c
|
|
domacro.c
|
|
fetch.c
|
|
ftp.c
|
|
main.c
|
|
progressbar.c
|
|
ruserpass.c
|
|
util.c
|
|
: libtermcap.a libedit.a libncurses.a libutil.a libbsd.so $(NETWORK_LIBS)
|
|
;
|
|
|
|
# Installation -- in the test directory for the time being
|
|
HaikuInstall install-networking
|
|
: [ FDirName $(HAIKU_TEST_DIR) kits net ]
|
|
: ftp ;
|
|
|
|
HaikuInstall install-userland-networking
|
|
: [ FDirName $(HAIKU_TEST_DIR) kits net userland ]
|
|
: ftp
|
|
: installed-userland-networking
|
|
;
|
|
|
|
Package haiku-networkingkit-cvs :
|
|
ftp :
|
|
# boot home config bin ;
|
|
boot home Desktop haiku-networkingkit ;
|