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