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