Makefile revision 1.6
11.6Sitojun# $NetBSD: Makefile,v 1.6 2002/10/01 03:40:32 itojun Exp $ 21.1Smycroft# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp 31.1Smycroft 41.6Sitojun.include <bsd.own.mk> 51.6Sitojun 61.6Sitojun.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted 71.6SitojunCPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted 81.1Smycroft 91.1SmycroftPROG= map-mbone 101.1SmycroftSRCS= igmp.c inet.c kern.c mapper.c 111.1SmycroftMAN= map-mbone.8 121.1Smycroft 131.1Smycroft.include <bsd.prog.mk> 14