mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
16 lines
337 B
Makefile
16 lines
337 B
Makefile
# $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
|
|
|
|
# Do not lint the CDDL stuff. It is all externally maintained and
|
|
# lint output is wasteful noise here.
|
|
|
|
NO_LINT=
|