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