NetBSD/usr.sbin/mrinfo/Makefile

14 lines
296 B
Makefile

# $NetBSD: Makefile,v 1.3 1995/10/03 23:20:30 thorpej Exp $
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.PATH: ${.CURDIR}/../mrouted
CFLAGS+= -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>