Home | History | Annotate | Line # | Download | only in mrinfo
Makefile revision 1.2
      1  1.1  mycroft #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      2  1.2  mycroft #	$Id: Makefile,v 1.2 1995/08/13 02:54:30 mycroft Exp $
      3  1.1  mycroft 
      4  1.1  mycroft .PATH: ${.CURDIR}/../mrouted
      5  1.1  mycroft CFLAGS+= -I${.CURDIR}/../mrouted
      6  1.1  mycroft 
      7  1.1  mycroft PROG=	mrinfo
      8  1.1  mycroft SRCS=	igmp.c inet.c kern.c mrinfo.c
      9  1.1  mycroft MAN=	mrinfo.8
     10  1.2  mycroft BINOWN=	root
     11  1.2  mycroft BINMODE=4555
     12  1.1  mycroft 
     13  1.1  mycroft .include <bsd.prog.mk>
     14