summaryrefslogtreecommitdiff
path: root/usr.sbin/rip6query
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-19 12:08:37 +0000
committerlukem <lukem@NetBSD.org>2002-09-19 12:08:37 +0000
commit805b400ba788b8a0171d2b9cce07eb00aab78e4a (patch)
tree0d55566be35b029b6a47af5260d1e43cd39f36df /usr.sbin/rip6query
parentef50e53177a030106e635a6f849b955c80f3cb25 (diff)
use NETBSDSRCDIR as appropriate
Diffstat (limited to 'usr.sbin/rip6query')
-rw-r--r--usr.sbin/rip6query/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile
index bc8734a0c93..8fc28ffc77c 100644
--- a/usr.sbin/rip6query/Makefile
+++ b/usr.sbin/rip6query/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2000/01/19 06:35:23 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/19 12:08:38 lukem Exp $
+
+.include <bsd.own.mk>
PROG= rip6query
MAN= rip6query.8
-CPPFLAGS+= -DINET6 -I${.CURDIR}/../route6d
+CPPFLAGS+= -DINET6 -I${NETBSDSRCDIR}/usr.sbin/route6d
.include <bsd.prog.mk>