Reviewed by: andrew, emaste, kib Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4943
14 lines
179 B
Makefile
14 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= _ctx_start.S \
|
|
fabs.S \
|
|
flt_rounds.c \
|
|
infinity.c \
|
|
ldexp.c \
|
|
makecontext.c \
|
|
_setjmp.S \
|
|
_set_tp.c \
|
|
setjmp.S \
|
|
sigsetjmp.S \
|
|
trivial-getcontextx.c
|