freebsd-skq/tools/regression/include/tgmath/Makefile
Roman Divacky 300d03a832 Switch over to gnu99 compilation on default for userland.
Tested by:	make universe
Tested by:	ports exp build (done by pav)
Reviewed by:	ru
Reviewed by:	silence on arch
Approved by:	ed (mentor)
2009-03-14 17:55:16 +00:00

9 lines
90 B
Makefile

# $FreeBSD$
PROG= tgmath
CSTD= c99
CFLAGS+= -fno-builtin
NO_MAN=
.include <bsd.prog.mk>