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/iovctl/Makefile | |
| parent | b71fb1a4aa198495970831c748fa2d132621fe3d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/iovctl/Makefile')
| -rw-r--r-- | usr.sbin/iovctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iovctl/Makefile b/usr.sbin/iovctl/Makefile index d5b2780f651f..c9083eb6a1d1 100644 --- a/usr.sbin/iovctl/Makefile +++ b/usr.sbin/iovctl/Makefile @@ -4,7 +4,7 @@ PROG= iovctl SRCS= iovctl.c parse.c validate.c LIBADD= nv ucl m -CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include +CFLAGS+=-I${SRCTOP}/contrib/libucl/include WARNS?=6 |
