/* 
 * @(#)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
