xref: /freebsd/tools/regression/include/tgmath/Makefile (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1# $FreeBSD$
2
3PROG=	tgmath
4CSTD=	c99
5CFLAGS+= -fno-builtin
6MAN=
7
8.include <bsd.prog.mk>
9