aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/include/tgmath/Makefile
blob: 16dcb594d4e5874805cc15ece1c3bc50e209ed61 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

PROG=	tgmath
CFLAGS+= -fno-builtin -std=c99
NOMAN=	yes

.include <bsd.prog.mk>