From e15b452288d6716cad4d5847be8c29ad04cd6136 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Jun 2003 00:11:07 +0000 Subject: Temperarly turn off building the tree with c99. I swore this made it thru a 'make world', but I don't know what happened. --- share/mk/bsd.sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mk/bsd.sys.mk') diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 25c7056..775ece6 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -8,7 +8,7 @@ # for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143 -CSTD ?= c99 +#CSTD ?= c99 .if ${CSTD} != "" . if ${CSTD} == "k&r" CFLAGS += -traditional -- cgit v1.1