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