add missnig -I to gnu/dist/mrouted, which is needed by gcc 3.2

(somehow 2.95 automagically includes it into -I path)
This commit is contained in:
itojun 2002-10-17 12:50:00 +00:00
parent c88bce2d8b
commit f1215ef8af
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2002/10/01 03:31:13 itojun Exp $
# $NetBSD: Makefile,v 1.2 2002/10/17 12:50:00 itojun Exp $
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.include <bsd.own.mk>
@ -10,7 +10,7 @@ MAN= mrouted.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
CPPFLAGS+=-I${.CURDIR}
CPPFLAGS+=-I${NETBSDSRCDIR}/gnu/dist/mrouted -I${.CURDIR}
.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted