Remove OpenSolaris include path referring to a non-existing directory

never committed from p4 dtrace branch.
[The correct include path is referenced from every opensolaris compat
consumer's module Makefile, so it doesn't serve any purpose anyway.]

Reported by:	arundel on freebsd-hackers@ via clang
Approved by:	kib (mentor)
MFC after:	1 week
This commit is contained in:
pluknet 2011-02-02 14:41:32 +00:00
parent 21c4d27f12
commit 1d70892dc0

View File

@ -82,9 +82,6 @@ INCLUDES+= -I$S/dev/twa
# ... and XFS
INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
# ... and OpenSolaris
INCLUDES+= -I$S/contrib/opensolaris/compat
# ... and the same for cxgb
INCLUDES+= -I$S/dev/cxgb