Note that this is the first use of ifuncs in our userspace. Sponsored by: The FreeBSD Foundation MFC after: 1 month
14 lines
275 B
Makefile
14 lines
275 B
Makefile
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
|
# $FreeBSD$
|
|
|
|
SRCS+= \
|
|
amd64_get_fsbase.c \
|
|
amd64_get_gsbase.c \
|
|
amd64_set_fsbase.c \
|
|
amd64_set_gsbase.c
|
|
|
|
MDASM= vfork.S cerror.S getcontext.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= sbrk.o vfork.o
|