xref: /netbsd-src/usr.sbin/mrouted/Makefile (revision de1dfb1250df962f1ff3a011772cf58e605aed11)
1#	$NetBSD: Makefile,v 1.13 2003/03/07 01:06:05 fvdl Exp $
2#	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
3
4.include <bsd.own.mk>
5
6PROG=	mrouted
7SRCS=	callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
8	route.c vif.c
9MAN=	mrouted.8
10
11LDADD+=	-lutil
12DPADD+=	${LIBUTIL}
13CPPFLAGS+= -I${.CURDIR}
14
15.include <bsd.prog.mk>
16