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
This commit is contained in:
Pawel Jakub Dawidek 2011-10-25 16:22:43 +00:00
parent 92f84a9fae
commit 664015e27a

View File

@ -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"