1PROG = rpc.rstatd 2SRCS = rstatd.c rstat_proc.c 3MAN = rpc.rstatd.8 4 5LIBADD= rpcsvc devstat 6 7WARNS?= 1 8 9.include <bsd.prog.mk> 10