1# $MirOS: src/usr.sbin/mrouted/Makefile,v 1.3 2007/04/28 00:12:52 tg Exp $
2# $OpenBSD: Makefile,v 1.5 2004/01/05 02:55:28 espie Exp $
3
4PROG=	mrouted
5SRCS=	callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
6	route.c vif.c
7MAN=	mrouted.8
8YFLAGS=
9
10LDADD+=	-lutil
11DPADD+=	${LIBUTIL}
12
13.include <bsd.prog.mk>
14