aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rip6query/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rip6query/Makefile')
-rw-r--r--usr.sbin/rip6query/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile
index fac9028219743..d33621dae1746 100644
--- a/usr.sbin/rip6query/Makefile
+++ b/usr.sbin/rip6query/Makefile
@@ -4,6 +4,6 @@
PROG= rip6query
MAN= rip6query.8
-CFLAGS+= -I${.CURDIR}/../route6d
+CFLAGS+= -I${.CURDIR:H}/route6d
.include <bsd.prog.mk>