1# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:53 deraadt Exp $ 2 3.PATH: ${.CURDIR}/../mrouted 4CFLAGS+= -I${.CURDIR}/../mrouted 5 6PROG= map-mbone 7SRCS= igmp.c inet.c kern.c mapper.c 8MAN= map-mbone.8 9 10.include <bsd.prog.mk> 11