diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
| commit | 64a0982bee3db2236df43357e70ce8dddbc21d48 (patch) | |
| tree | 76664a67496ac3cd9e3d5d272a5a6e430068848a /usr.sbin/rip6query/Makefile | |
| parent | b71fb1a4aa198495970831c748fa2d132621fe3d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rip6query/Makefile')
| -rw-r--r-- | usr.sbin/rip6query/Makefile | 2 |
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> |
