diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-03-14 17:55:16 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-03-14 17:55:16 +0000 |
| commit | 300d03a832893ebdad049707f79f9273701bbf26 (patch) | |
| tree | 2e832ae7edeb004a0ac2179546f03d09f8ad19b9 /tools/regression/include/tgmath/Makefile | |
| parent | c0c9ea90a865e08ef7159ff25f43edf388a2daa8 (diff) | |
Notes
Diffstat (limited to 'tools/regression/include/tgmath/Makefile')
| -rw-r--r-- | tools/regression/include/tgmath/Makefile | 3 |
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> |
