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