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