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