The following targets are provided:
--------------------------------
debs:      Create packages for Debian/Ubuntu
rfsdeb:    Create client package for Debian/Ubuntu
rfsddeb:   Create server package for Debian/Ubuntu
rpms:      Create packages for Redhat/Fedora
rpm-rfs:   Create client package for Redhat/Fedora
rpm-rfsd:  Create server package for Redhat/Fedora
ebuilds:   Create Gentoo-ebuilds
ipks:      Create OpenWrt packages (server only)
rfsdipk:   Create OpenWrt server package

release:   Build all binaries
all:       Same as "release"

rfs:       Build client
rfsd:      Build server
rfspasswd: Build utility for managing server's passwords

tbz:       Create the versioned remotefs tarball

clean:     Remove all temporary files
depends:   Rebuild the dependency file (build/Makefiles/depends.mk)

help:      Show this message

debug:     Create all binaries with debug code


Creating binaries with an alternative compiler:
-----------------------------------------------

Add ALT environment variable as in `ALT="T-MIPSEL" make rfsdipk`. 
This will build rfsd ipkg-package using LinuxT-MIPSEL.mk file 
located at build/Makefiles/ under Linux. Or "`uname`T-MIPSEL.mk" file
in general.


Enabling/disabling features
-------------------------------------------------------------

See build/Makefiles/options.mk. Comment or uncomment lines defining 
different features.

For example, if you don't need IPv6 support, comment out line 
with OPT_1=-DWITH_IPV6


Install directory
-------------------------------------------------------------

Used for `make install` and `make uninstall`. See build/Makefiles/install.mk.


Verbose build output
-------------------------------------------------------------

Add V=99 before make as in `V=99 make rfsddeb`.


Custom build targets
-------------------------------------------------------------

You could create custom.mk under build root and it will be automatically 
included to main Makefile.
