summaryrefslogtreecommitdiff
path: root/usr.sbin/mrinfo/Makefile
blob: 0d25f559423b96fa38d869dfbf9685825b54af25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:43:55 deraadt 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>