aboutsummaryrefslogtreecommitdiff
path: root/cddl/Makefile.inc
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
commit300d03a832893ebdad049707f79f9273701bbf26 (patch)
tree2e832ae7edeb004a0ac2179546f03d09f8ad19b9 /cddl/Makefile.inc
parentc0c9ea90a865e08ef7159ff25f43edf388a2daa8 (diff)
downloadsrc-300d03a832893ebdad049707f79f9273701bbf26.tar.gz
src-300d03a832893ebdad049707f79f9273701bbf26.zip
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)
Notes
Notes: svn path=/head/; revision=189801
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 99ef3331014c..4161c27a2ad6 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