Makefile revision 276486
1# $FreeBSD: stable/10/tools/regression/include/tgmath/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3PROG=	tgmath
4CSTD=	c99
5CFLAGS+= -fno-builtin
6MAN=
7
8.include <bsd.prog.mk>
9