diff options
author | pjd <pjd@FreeBSD.org> | 2011-10-25 16:22:43 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-10-25 16:22:43 +0000 |
commit | 5179da9b9478003bed041c9a484b8f661ab71fb1 (patch) | |
tree | 671fbab622c1dbb354f7410742c67a5f9c077a19 /sys/modules/zfs | |
parent | 2f532a77b77cfd82219275864929f27b49ad0daa (diff) | |
download | FreeBSD-src-5179da9b9478003bed041c9a484b8f661ab71fb1.zip FreeBSD-src-5179da9b9478003bed041c9a484b8f661ab71fb1.tar.gz |
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
Diffstat (limited to 'sys/modules/zfs')
-rw-r--r-- | sys/modules/zfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index 21a6ad0..122ce44 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" |