Home | History | Annotate | Line # | Download | only in mrinfo
Makefile revision 1.9
      1  1.9      wiz #	$NetBSD: Makefile,v 1.9 2003/03/05 21:58:20 wiz Exp $
      2  1.1  mycroft #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      3  1.1  mycroft 
      4  1.7   itojun .include <bsd.own.mk>
      5  1.7   itojun 
      6  1.9      wiz .PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted
      7  1.9      wiz CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted
      8  1.1  mycroft 
      9  1.1  mycroft PROG=	mrinfo
     10  1.1  mycroft SRCS=	igmp.c inet.c kern.c mrinfo.c
     11  1.1  mycroft MAN=	mrinfo.8
     12  1.2  mycroft BINOWN=	root
     13  1.2  mycroft BINMODE=4555
     14  1.1  mycroft 
     15  1.1  mycroft .include <bsd.prog.mk>
     16