NetBSD/usr.sbin/mrinfo/Makefile

14 lines
296 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/10/25 06:58:23 lukem Exp $
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.PATH: ${.CURDIR}/../mrouted
CPPFLAGS+= -I${.CURDIR}/../mrouted
PROG= mrinfo
SRCS= igmp.c inet.c kern.c mrinfo.c
MAN= mrinfo.8
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>