1# $FreeBSD: src/tools/regression/include/tgmath/Makefile,v 1.5 2012/11/17 01:53:49 svnexp Exp $ 2 3PROG= tgmath 4CSTD= c99 5CFLAGS+= -fno-builtin 6NOMAN= 7 8.include <bsd.prog.mk> 9