OpenBSD-4.6/usr.sbin/map-mbone/Makefile

#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:43:53 deraadt 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>