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