summaryrefslogtreecommitdiffstats
path: root/cddl/Makefile.inc
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
commit4cd01fc223701ae9a3fc4907d8c8e835ca6193d6 (patch)
tree2e832ae7edeb004a0ac2179546f03d09f8ad19b9 /cddl/Makefile.inc
parent9dac23d7ae211df76cd0c75b8afc7a756730f4d4 (diff)
downloadFreeBSD-src-4cd01fc223701ae9a3fc4907d8c8e835ca6193d6.zip
FreeBSD-src-4cd01fc223701ae9a3fc4907d8c8e835ca6193d6.tar.gz
Switch over to gnu99 compilation on default for userland.
Tested by: make universe Tested by: ports exp build (done by pav) Reviewed by: ru Reviewed by: silence on arch Approved by: ed (mentor)
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r--cddl/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc
index 99ef333..4161c27 100644
--- a/cddl/Makefile.inc
+++ b/cddl/Makefile.inc
@@ -6,3 +6,5 @@ OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
IGNORE_PRAGMA= YES
CFLAGS+= -DNEED_SOLARIS_BOOLEAN
+
+CSTD?= gnu89
OpenPOWER on IntegriCloud