
1.  The only software essential for the compiling of new RPC applications
    under Domain/OS is found in the "RPC-DIR/source/rpc" directory.
    (where RPC-DIR is the directory created for the RPC V4.0 suite)

    *** WARNING *** 
    If the complete rpc software suite is compiled eg. doing
    a make from the "RPC-DIR/source" directory, several
    Domain/OS system files will be over-written. The file of most
    concern is "/etc/portmap".

2.  Change directory to the rpc sub-directory.

3.  To compile under Domain/OS, edit the "Makefile" to include the
    following (shown underlined)

        #
        # @(#)Makefile	2.1 88/07/29 4.0 RPCSRC
        #
        #
        # Copyright (c) 1987 by Sun Microsystems, Inc.
        #
        DESTDIR=
        
        CPPFLAGS = -I..
        CFLAGS = -I.. -Dmc68000 -Anansi
                      ------------------
