xref: /dragonfly/libexec/rbootd/Makefile (revision 2cd2d2b5)
1#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD: src/libexec/rbootd/Makefile,v 1.9.2.1 2001/04/25 10:40:54 ru Exp $
3# $DragonFly: src/libexec/rbootd/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5PROG=	rbootd
6SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
7MAN=	rbootd.8
8
9.include <bsd.prog.mk>
10