Makefile.inc revision 302408
1# $FreeBSD: stable/11/cddl/Makefile.inc 270358 2014-08-22 20:04:51Z delphij $
2
3OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
4OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
5
6IGNORE_PRAGMA=	YES
7
8CFLAGS+=	-DNEED_SOLARIS_BOOLEAN
9
10WARNS?=		6
11
12# Do not lint the CDDL stuff. It is all externally maintained and
13# lint output is wasteful noise here.
14
15NO_LINT=
16