summaryrefslogtreecommitdiff
path: root/usr.sbin/map-mbone/Makefile
blob: 6782d1975f5d5ac01d28a87806600e85489c03a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
#	$Id: Makefile,v 1.1 1995/06/01 05:32:11 mycroft Exp $

.PATH: ${.CURDIR}/../mrouted
CFLAGS+= -I${.CURDIR}/../mrouted

PROG=	map-mbone
SRCS=	igmp.c inet.c kern.c mapper.c
MAN=	map-mbone.8

.include <bsd.prog.mk>