CC = CC

rstat : rstat.C
	CC rstat.C -o $@ -lrpcsvc -lnsl

clean : 
	/bin/rm -f rstat.o rstat
