xref: /dflybsd-src/tools/regression/include/tgmath/Makefile (revision 77e0f6fe61b8b7c72972fb2e100be26d59a9c52b)
1# $FreeBSD: src/tools/regression/include/tgmath/Makefile,v 1.5 2012/11/17 01:53:49 svnexp Exp $
2
3PROG=	tgmath
4CSTD=	c99
5CFLAGS+= -fno-builtin
6NOMAN=
7
8.include <bsd.prog.mk>
9