xref: /freebsd/cddl/Makefile.inc (revision 7937bfbc0ca53fe7cdd0d54414f9296e273a518e)
1OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
2OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
3
4IGNORE_PRAGMA=	YES
5
6CFLAGS+=	-DNEED_SOLARIS_BOOLEAN
7CFLAGS+=	-DHAVE_STRLCAT -DHAVE_STRLCPY
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