b66b8326e5
functions are defined in SUSv2 and the latest POSIX spec. Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my alpha assembly. Approved by: -arch
7 lines
215 B
Makefile
7 lines
215 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.S \
|
|
rfork_thread.S setjmp.S sigsetjmp.S
|
|
SRCS+= _ctx_start.S getcontext.S makecontext.c
|