aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2018-08-02 18:55:55 +0000
committerAlexander Motin <mav@FreeBSD.org>2018-08-02 18:55:55 +0000
commit7fca1b93c48f3c55d4f53e978518c551e421eac9 (patch)
tree8a220f6818dfb7803df856948ab252f67f951895 /usr.sbin/fstyp
parent768a8d8d44384643ca66fe7040ad4abaf8f31538 (diff)
downloadsrc-7fca1b93c48f3c55d4f53e978518c551e421eac9.tar.gz
src-7fca1b93c48f3c55d4f53e978518c551e421eac9.zip
Do not blindly include illumos kernel headers instead of user-space.
It is not needed now, and I doubt it much helped at all, creating more confusions then good.
Notes
Notes: svn path=/head/; revision=337160
Diffstat (limited to 'usr.sbin/fstyp')
-rw-r--r--usr.sbin/fstyp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index f3fb038ed542..ebdfcc5ab6b5 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -31,7 +31,6 @@ CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libnvpair
CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libzpool/common
CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
-CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/sys
CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
.endif