xref: /freebsd/libexec/rbootd/Makefile (revision 2aebedc3ad9e722b272254e6dd3a12e399595e57)
1#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
2#	$Id: Makefile,v 1.7 1997/02/22 14:21:57 peter Exp $
3
4PROG=	rbootd
5SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
6MAN8=	rbootd.8
7
8.include <bsd.prog.mk>
9