mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
e653b48c80
OK'ed by: core
8 lines
89 B
Makefile
8 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= tgmath
|
|
CFLAGS+= -fno-builtin -std=c99
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|