9 lines
94 B
PHP
9 lines
94 B
PHP
|
# math sources
|
||
|
.PATH: ${.CURDIR}/ack/math
|
||
|
|
||
|
SRCS+= \
|
||
|
frexp.s \
|
||
|
modf.s \
|
||
|
isnan.c \
|
||
|
ldexp.c
|