Home | History | Annotate | Line # | Download | only in mrouted
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 2003/03/05 21:05:38 wiz Exp $
      2 #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      3 
      4 .include <bsd.own.mk>
      5 
      6 PROG=	mrouted
      7 SRCS=	callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
      8 	route.c vif.c
      9 MAN=	mrouted.8
     10 
     11 LDADD+=	-lutil
     12 DPADD+=	${LIBUTIL}
     13 
     14 .include <bsd.prog.mk>
     15