diff --git a/usr.sbin/map-mbone/Makefile b/usr.sbin/map-mbone/Makefile index 6b1bdda69541..505b19a651e4 100644 --- a/usr.sbin/map-mbone/Makefile +++ b/usr.sbin/map-mbone/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1997/10/25 06:58:20 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/01 03:40:32 itojun Exp $ # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp -.PATH: ${.CURDIR}/../mrouted -CPPFLAGS+= -I${.CURDIR}/../mrouted +.include + +.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted +CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted PROG= map-mbone SRCS= igmp.c inet.c kern.c mapper.c diff --git a/usr.sbin/mrinfo/Makefile b/usr.sbin/mrinfo/Makefile index eb02c29b7e4a..eebf469bc122 100644 --- a/usr.sbin/mrinfo/Makefile +++ b/usr.sbin/mrinfo/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.6 1997/10/25 06:58:23 lukem Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/01 03:40:32 itojun Exp $ # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp -.PATH: ${.CURDIR}/../mrouted -CPPFLAGS+= -I${.CURDIR}/../mrouted +.include + +.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted +CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted PROG= mrinfo SRCS= igmp.c inet.c kern.c mrinfo.c diff --git a/usr.sbin/mtrace/Makefile b/usr.sbin/mtrace/Makefile index 16b4ab1d1a73..f6d2570c89bc 100644 --- a/usr.sbin/mtrace/Makefile +++ b/usr.sbin/mtrace/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.6 1997/10/25 06:58:24 lukem Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/01 03:40:31 itojun Exp $ # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp -.PATH: ${.CURDIR}/../mrouted -CPPFLAGS+= -I${.CURDIR}/../mrouted +.include + +.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted +CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted PROG= mtrace SRCS= igmp.c inet.c kern.c mtrace.c