xref: /netbsd/usr.sbin/mrinfo/Makefile (revision 6550d01e)
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
6USE_FORT?= yes	# network client *and* setuid
7
8.PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted
9CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted
10
11PROG=	mrinfo
12SRCS=	igmp.c inet.c kern.c mrinfo.c
13MAN=	mrinfo.8
14BINOWN=	root
15BINMODE=4555
16
17.include <bsd.prog.mk>
18