summaryrefslogtreecommitdiffstats
path: root/usr.sbin/map-mbone/Makefile
blob: b2eb9491dd19b1d4ac7353037a678691fc2c54bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$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>