2007-04-06 01:09:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-03-27 23:21:25 +00:00
|
|
|
OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
|
|
|
|
OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
|
2007-11-28 22:58:09 +00:00
|
|
|
|
|
|
|
IGNORE_PRAGMA= YES
|
2008-11-05 19:35:09 +00:00
|
|
|
|
|
|
|
CFLAGS+= -DNEED_SOLARIS_BOOLEAN
|
2009-03-14 17:55:16 +00:00
|
|
|
|
2010-03-02 19:04:07 +00:00
|
|
|
WARNS?= 6
|
2010-11-18 16:32:52 +00:00
|
|
|
|
|
|
|
# Do not lint the CDDL stuff. It is all externally maintained and
|
|
|
|
# lint output is wasteful noise here.
|
|
|
|
|
|
|
|
NO_LINT=
|