head     1.3;
branch   ;
access   ;
symbols  ATH7_4:1.2 ATH7_6:1.3;
locks    ; strict;
comment  @# @;


1.3
date     92.08.19.17.37.40;  author miki;  state Exp;
branches ;
next     1.2;

1.2
date     92.04.27.13.19.23;  author epeisach;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.27.13.17.03;  author epeisach;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@Sun does not need rpc includes
@
text
@/* 
 * @@(#)Makefile	1.6 87/11/30 3.9 RPCSRC
 *
 *   Build and install everything.
 *
 * These directories are presumed to exist in DESTDIR:
 *    /usr/lib /usr/bin /usr/include
 *
 * Hacked by R. French 7/25/89 to fit into the File Exchange system.
 *
 */

#if defined(_IBMR2) || defined(sun)
#define ISUBDIRS rpc
#else
#define ISUBDIRS rpcgen rpc
#endif

clean::
	rm -rf ./usr/include/rpc
	rm -f ./usr/bin/rpcgen
	rm -f ./usr/lib/librpclib.a
@


1.2
log
@RS/6000 don't compile rpcgen
@
text
@d13 1
a13 1
#if defined(_IBMR2)
@


1.1
log
@Initial revision
@
text
@d13 3
a15 1

d17 1
@
