xref: /freebsd/cddl/Makefile.inc (revision c5c02a131a0e2ef52771e683269bc8778fe511f3)
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