Makefile revision 1.3
1#	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
2#	$Id: Makefile,v 1.3 1995/06/01 02:25:45 mycroft Exp $
3
4PROG=	mrouted
5SRCS=	igmp.c inet.c kern.c config.c cfparse.c main.c route.c vif.c \
6	prune.c callout.c
7MAN=	mrouted.8
8
9.include <bsd.prog.mk>
10