Home | History | Annotate | Line # | Download | only in mrouted
Makefile revision 1.1
      1 #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      2 #	$Id: Makefile,v 1.1 1994/01/11 20:15:47 brezak Exp $
      3 
      4 PROG=	mrouted
      5 SRCS=	igmp.c inet.c kern.c config.c main.c route.c vif.c
      6 MAN8=	mrouted.0
      7 
      8 SUBDIR=	mrinfo map-mbone
      9 
     10 .include <bsd.prog.mk>
     11