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