How do I "install" only one program, out of the whole fileutils?

Salman Mohsin <[email protected]> Wed, 11 Aug 2004 09:59:47 -0700 (PDT)
Newsgroups gmane.comp.gnu.fileutils.bugs
Message-ID <[email protected]>
How can I install only one program out of all the programs contained in fileutils? Let's say I only need GNU "install" or GNU "ls" command, but when I make, compile, and install the coreutils package, it'd install the whole bunch in /usr/local/bin/. This is not what I want, I'd only like to have "install" in /usr/local/bin and its corresponding man/info page in /usr/local/man (or /usr/local/info). How do I achieve that, other than copying the files manually (then I'm afraid that I might miss a file or two)??
 
Thanks,
Salman