xref: /dflybsd-src/tools/regression/include/tgmath/Makefile (revision 0cbc219347118fb18bd144b3cace9e025e6ea22d)
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