From 989286d5eb7975972239deafd187801a92a297ab Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 11 Sep 2012 13:58:03 +0000 Subject: [PATCH] MFC r226738: 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 Approved by: re (kib) git-svn-id: svn://svn.freebsd.org/base/releng/9.1@240363 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/modules/zfs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index 21a6ad0a..122ce446 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" -- 2.42.0