diff options
| author | fvdl <fvdl@NetBSD.org> | 2003-03-07 01:06:05 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2003-03-07 01:06:05 +0000 |
| commit | 2130087152f4a37d488ed7d52b1fad2b0f076f98 (patch) | |
| tree | 89366115d26aabbbd5e8addd514af6881af99cf2 /usr.sbin/mrouted | |
| parent | a5e1ea426ba8ec981099701ece643a8233bc0672 (diff) | |
This seems to need a -I${.CURDIR} these days.
Diffstat (limited to 'usr.sbin/mrouted')
| -rw-r--r-- | usr.sbin/mrouted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 4d795a0bdde..7bed699388a 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/03/05 21:05:38 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/07 01:06:05 fvdl Exp $ # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp .include <bsd.own.mk> @@ -10,5 +10,6 @@ MAN= mrouted.8 LDADD+= -lutil DPADD+= ${LIBUTIL} +CPPFLAGS+= -I${.CURDIR} .include <bsd.prog.mk> |
