aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/ctfconvert
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-09-10 15:37:07 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-09-10 15:37:07 +0000
commite17ebfd3b711eaf61848f07cf8ec85e70f275b50 (patch)
tree81601d37bc061d5ca712bd6594a48977647bfc83 /cddl/usr.bin/ctfconvert
parent15fe2adacbbda6c987eb8bbe36d7b3299d3bc7a2 (diff)
downloadsrc-e17ebfd3b711eaf61848f07cf8ec85e70f275b50.tar.gz
src-e17ebfd3b711eaf61848f07cf8ec85e70f275b50.zip
Remove -I flag for include path that doesn't exist
Found this while trying to get macOS bootstrap to work again after OpenZFS merge. Reviewed By: #zfs, freqlabs Differential Revision: https://reviews.freebsd.org/D26192
Notes
Notes: svn path=/head/; revision=365580
Diffstat (limited to 'cddl/usr.bin/ctfconvert')
-rw-r--r--cddl/usr.bin/ctfconvert/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
index 699b1985e246..02cbe95640f5 100644
--- a/cddl/usr.bin/ctfconvert/Makefile
+++ b/cddl/usr.bin/ctfconvert/Makefile
@@ -31,7 +31,6 @@ CFLAGS+= -DIN_BASE
CFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/include
CFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/
CFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/os/freebsd
-CFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/os/freebsd/spl
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/include
CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \
-I${SRCTOP}/cddl/compat/opensolaris/include \