xref: /freebsd/cddl/Makefile.inc (revision d94d07d58141dcff48f01c6b3e5a31de9d7a7938)
1
2OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
3OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
4
5IGNORE_PRAGMA=	YES
6
7CFLAGS+=	-DNEED_SOLARIS_BOOLEAN
8
9# Do not lint the CDDL stuff. It is all externally maintained and
10# lint output is wasteful noise here.
11
12NO_LINT=
13