aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/zfs
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-10-25 16:22:43 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-10-25 16:22:43 +0000
commit664015e27ae38f981d6f8c9ebffb74241f228abc (patch)
tree671fbab622c1dbb354f7410742c67a5f9c077a19 /sys/modules/zfs
parent92f84a9fae8a273f11ce5b50f5a87c71132e977f (diff)
downloadsrc-664015e27ae38f981d6f8c9ebffb74241f228abc.tar.gz
src-664015e27ae38f981d6f8c9ebffb74241f228abc.zip
Don't look for includes in userland directories. There is no need for it
and it breaks building the kernel without userland sources. Reported by: andre, imp MFC after: 3 days
Notes
Notes: svn path=/head/; revision=226738
Diffstat (limited to 'sys/modules/zfs')
-rw-r--r--sys/modules/zfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index 21a6ad0a9664..122ce446c8e2 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -82,7 +82,6 @@ CFLAGS+=-I${SUNW}/uts/common
CFLAGS+=-I${.CURDIR}/../..
CFLAGS+=-I${SUNW}/common/zfs
CFLAGS+=-I${SUNW}/common
-CFLAGS+=-I${.CURDIR}/../../../include
CFLAGS+=-DBUILDING_ZFS
.if ${MACHINE_ARCH} == "powerpc64"