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