Makefile.bsd: remove directory that no longer exists

This was removed in a reorganization of directories preparing for the
merge of FreeBSD support, 006e9a4088 by mmacy. While llvm is perfectly
happy with the nonexistent -I directory, the gcc6 and gcc9 we can elect
to use as cross-toolchains both trip over it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Closes #11077
This commit is contained in:
Kyle Evans 2020-10-20 13:34:59 -05:00 committed by Brian Behlendorf
parent aeeada355c
commit 4df31aa98c
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ KMOD= openzfs
CFLAGS+= -I${.OBJDIR:H}/include CFLAGS+= -I${.OBJDIR:H}/include
CFLAGS+= -I${INCDIR} CFLAGS+= -I${INCDIR}
CFLAGS+= -I${INCDIR}/spl
CFLAGS+= -I${INCDIR}/os/freebsd CFLAGS+= -I${INCDIR}/os/freebsd
CFLAGS+= -I${INCDIR}/os/freebsd/spl CFLAGS+= -I${INCDIR}/os/freebsd/spl
CFLAGS+= -I${INCDIR}/os/freebsd/zfs CFLAGS+= -I${INCDIR}/os/freebsd/zfs