This is instruction of porting openssh. Let's take openssh-4.7p1 as an
example.

(1) Download openssh-4.7p1.tar.gz onto your qnx host box. 
    Untar it you get openssh-4.7p1 directory. Go into that directory.
(2) Replace the following by the corresponding files we provided: 
	2.1) Makefile.in.
	2.2) defines.h.
	2.3) configure.
        2.4) atomicio.c.
(3) Add the file "build-hooks", add nto-x86-o and nto-ppc-be directories.
(4) Go into nto-x86-o and type make, you get all for x86.
    Do that in nto-ppc-be and you'll get all for ppcbe. 
    Do similar things for other CPU platforms.
