Makefile revision 1.2
1#	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
2#	$Id: Makefile,v 1.2 1994/12/22 11:36:22 cgd Exp $
3
4PROG=	mrouted
5SRCS=	igmp.c inet.c kern.c config.c main.c route.c vif.c
6MAN=	mrouted.8
7
8SUBDIR=	mrinfo map-mbone
9
10.include <bsd.prog.mk>
11