1
2PROG=	rbootd
3SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
4MAN=	rbootd.8
5
6WARNS?=	1
7WFORMAT=0
8
9.include <bsd.prog.mk>
10