to install rfs under /usr/bin, become root and run :
	make install
	chown root:root /usr/bin
to uninstall rfs under /usr/bin, become root and run :
	make uninstall

to build a rpm :
If you build for a recent Gnu/Linux distribution,type :
	rpm -tb rfs-2.05-4.tar.bz2
	
If you build for an older distro, the package "coreutils" may not exist. A workaround is :
	make spec
	rpm -tb rfs-2.05-4.tar.bz2

The first command modifies rfs.spec, replacing "Requires: coreutils" by	"Requires: /path/to/id".
Consider modifying rfs.spec by hand in case "make spec" doesn't fit your needs.
