diff options
Diffstat (limited to 'tools/regression/include/tgmath/Makefile')
| -rw-r--r-- | tools/regression/include/tgmath/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/regression/include/tgmath/Makefile b/tools/regression/include/tgmath/Makefile new file mode 100644 index 000000000000..aebd7e1b81e2 --- /dev/null +++ b/tools/regression/include/tgmath/Makefile @@ -0,0 +1,6 @@ +PROG= tgmath +CSTD= c99 +CFLAGS+= -fno-builtin +MAN= + +.include <bsd.prog.mk> |
