Home | History | Annotate | Line # | Download | only in mrinfo
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2007/05/28 12:06:38 tls Exp $
      2 #	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
      3 
      4 .include <bsd.own.mk>
      5 
      6 USE_FORT?= yes	# network client *and* setuid
      7 
      8 .PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted
      9 CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted
     10 
     11 PROG=	mrinfo
     12 SRCS=	igmp.c inet.c kern.c mrinfo.c
     13 MAN=	mrinfo.8
     14 BINOWN=	root
     15 BINMODE=4555
     16 
     17 .include <bsd.prog.mk>
     18