xref: /freebsd/libexec/rbootd/Makefile (revision 00a5db46de56179184c0f000eaacad695e2b0859)
1#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4PROG=	rbootd
5SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
6MAN=	rbootd.8
7
8WFORMAT=0
9
10.include <bsd.prog.mk>
11