1PACKAGE= rcmds 2PROG= rpc.rwalld 3SRCS= rwalld.c 4MAN= rpc.rwalld.8 5 6LIBADD= util 7 8WARNS?= 2 9 10.include <bsd.prog.mk> 11