aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentc0c9ea90a865e08ef7159ff25f43edf388a2daa8 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/include/tgmath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/include/tgmath/Makefile b/tools/regression/include/tgmath/Makefile
index 64626c51d3c2..53e3b9a36a1b 100644
--- a/tools/regression/include/tgmath/Makefile
+++ b/tools/regression/include/tgmath/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PROG= tgmath
-CFLAGS+= -fno-builtin -std=c99
+CSTD= c99
+CFLAGS+= -fno-builtin
NO_MAN=
.include <bsd.prog.mk>