xref: /freebsd/cddl/Makefile.inc (revision 51c8a9c1be57b6750e7c64e1379e8c33bd0f02c1)
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
8CFLAGS+=	-DHAVE_STRLCAT -DHAVE_STRLCPY
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