Add FreeBSD's <tgmath.h> tests.
[dragonfly.git] / tools / regression / include / tgmath / Makefile
1 # $FreeBSD: src/tools/regression/include/tgmath/Makefile,v 1.5 2012/11/17 01:53:49 svnexp Exp $
2
3 PROG=   tgmath
4 CSTD=   c99
5 CFLAGS+= -fno-builtin
6 NO_MAN=
7
8 .include <bsd.prog.mk>