xref: /netbsd/usr.sbin/mrouted/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.10 2000/07/04 20:27:38 matt Exp $
2#	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering 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
8
9LDADD+=	-lutil
10DPADD+=	${LIBUTIL}
11CPPFLAGS+=-I${.CURDIR}
12
13.include <bsd.prog.mk>
14