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