diff options
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r-- | cddl/Makefile.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc new file mode 100644 index 0000000..9ebb86b --- /dev/null +++ b/cddl/Makefile.inc @@ -0,0 +1,16 @@ +# $FreeBSD$ + +OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris +OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris + +IGNORE_PRAGMA= YES + +CFLAGS+= -DNEED_SOLARIS_BOOLEAN + +WARNS?= 6 +CSTD?= gnu89 + +# Do not lint the CDDL stuff. It is all externally maintained and +# lint output is wasteful noise here. + +NO_LINT= |