mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
7 lines
75 B
Makefile
7 lines
75 B
Makefile
|
|
PROG= tgmath
|
|
CSTD= c99
|
|
CFLAGS+= -fno-builtin
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|