Home | History | Annotate | Line # | Download | only in mrouted
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 1998/04/09 00:32:41 tv Exp $
      2 #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      3 
      4 PROG=	mrouted
      5 SRCS=	callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
      6 	route.c vif.c
      7 MAN=	mrouted.8
      8 
      9 .include <bsd.prog.mk>
     10