mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Reduce the SRCS to what compiles
This commit is contained in:
parent
8d8a622e6b
commit
96f94e7d64
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114308
@ -1,6 +1,6 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c \
|
||||
infinity.c isinf.c ldexp.c makecontext.c modf.S \
|
||||
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S
|
||||
SRCS+= _setjmp.S setjmp.S sigsetjmp.S alloca.S \
|
||||
fabs.S modf.S \
|
||||
frexp.c infinity.c isinf.c
|
||||
|
Loading…
Reference in New Issue
Block a user