all: client callrstat.c rstat_xdr.c: rpcgen rstat.x client: callrstat.o rstat_xdr.o cc -o callrstat callrstat.o rstat_xdr.o -lnsl