Temperarly turn off building the tree with c99.

I swore this made it thru a 'make world', but I don't know what happened.
This commit is contained in:
David E. O'Brien 2003-06-02 00:11:07 +00:00
parent cccf11b865
commit f14fd87c5e

@ -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