Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / usr.sbin / map-mbone / Makefile
blobfc3f81fd6c2d71855f9d9d349143f3cf73d3b526
1 # $NetBSD: Makefile,v 1.8 2003/03/05 21:55:51 wiz Exp $
2 # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
4 .include <bsd.own.mk>
6 USE_FORT?= yes # network client
8 .PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted
9 CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted
11 PROG= map-mbone
12 SRCS= igmp.c inet.c kern.c mapper.c
13 MAN= map-mbone.8
15 .include <bsd.prog.mk>